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