mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-03 14:27:03 +02:00
fix bad scritp not dying properly
This commit is contained in:
Vendored
+17
-17
File diff suppressed because one or more lines are too long
+2
-2
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
@@ -531,13 +531,6 @@ export function createAndAddWorkerScript(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// If the WorkerScript is no longer "running", then this means its execution was
|
|
||||||
// already stopped somewhere else (maybe by something like exit()). This prevents
|
|
||||||
// the script from being cleaned up twice
|
|
||||||
if (w === undefined || !w.running) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
killWorkerScript(s);
|
killWorkerScript(s);
|
||||||
w.log("", "Script finished running");
|
w.log("", "Script finished running");
|
||||||
}).catch(function (w) {
|
}).catch(function (w) {
|
||||||
|
|||||||
Reference in New Issue
Block a user