mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 00:32:51 +02:00
Lots of changes, didn't keep track ofthem all
This commit is contained in:
@@ -9,6 +9,7 @@ function Reviver(key, value) {
|
||||
var ctor;
|
||||
if (value == null) {
|
||||
console.log("Reviver WRONGLY called with key: " + key + ", and value: " + value);
|
||||
return 0;
|
||||
}
|
||||
if (typeof value === "object" &&
|
||||
typeof value.ctor === "string" &&
|
||||
|
||||
Reference in New Issue
Block a user