Added arrays to Netscript. Fixed bug with Hacknet Nodes

This commit is contained in:
Daniel Xie
2017-06-10 17:44:33 -05:00
parent 6582026557
commit 60207b8e04
5 changed files with 63 additions and 9 deletions
-1
View File
@@ -28,7 +28,6 @@ Environment.prototype = {
if (name in this.vars) {
return this.vars[name];
}
console.log("here");
throw new Error("Undefined variable " + name);
},