mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 00:32:51 +02:00
v0.36.0 - Bladeburner BitNode (BN-6)
This commit is contained in:
@@ -317,7 +317,6 @@ function evaluate(exp, workerScript) {
|
||||
});
|
||||
break;
|
||||
case "ThrowStatement":
|
||||
//return Promise.reject(makeRuntimeRejectMsg(workerScript))
|
||||
return evaluate(exp.argument, workerScript).then(function(res) {
|
||||
return Promise.reject(makeRuntimeRejectMsg(workerScript, res));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user