mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
rm console log
This commit is contained in:
parent
67be694b68
commit
0e569344e7
@ -64,7 +64,7 @@ function stopAndCleanUpWorkerScript(ws: WorkerScript): void {
|
||||
dialogBoxCreate(
|
||||
`Error trying to call atExit for script ${[ws.name, ...ws.args].join(" ")} on ${ws.hostname}\n ${message}`,
|
||||
);
|
||||
console.log(e);
|
||||
console.error(e);
|
||||
}
|
||||
ws.atExit = undefined;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user