Fixed bugs in purchasing/upgrading hacknet nodes in Netscript. Fixed documentation for them as well

This commit is contained in:
Daniel Xie
2017-05-23 12:49:26 -05:00
parent 73c07841a3
commit ea17334792
4 changed files with 4 additions and 5 deletions
-1
View File
@@ -219,7 +219,6 @@ function Parser(input) {
var tok = input.next();
if (tok.type == "var" || tok.type == "num" || tok.type == "str")
console.log("encountered var in parse_atom");
return tok;
unexpected();
});