mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 01:03:01 +02:00
Added RAM cost for getHostname() and hasRootAccess(). Applied hacking grow_mult to server growth)
git p
This commit is contained in:
@@ -169,7 +169,6 @@ function evaluate(exp, workerScript) {
|
||||
var pForLoop = evaluateFor(exp, workerScript);
|
||||
pForLoop.then(function(forLoopRes) {
|
||||
resolve("forLoopDone");
|
||||
workerScript.scriptRef.log("Exiting for loop");
|
||||
}, function(e) {
|
||||
reject(e);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user