rm console log

This commit is contained in:
Olivier Gagnon 2022-08-23 11:28:40 -04:00
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;
}