Initial commit for new Netscript 1 Intepreter

This commit is contained in:
danielyxie
2018-07-08 18:53:24 -05:00
parent fde2b8cbc1
commit 78c5a1b0f4
7 changed files with 6262 additions and 1383 deletions
+1 -1
View File
@@ -507,7 +507,7 @@ function parseOnlyRamCalculate(server, code, workerScript) {
return ram;
} catch (error) {
console.info("parse or eval error: ", error);
//console.info("parse or eval error: ", error);
// This is not unexpected. The user may be editing a script, and it may be in
// a transitory invalid state.
return -1;