mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
only exit?
This commit is contained in:
@@ -116,7 +116,5 @@ app.whenReady().then(() => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
app.on("window-all-closed", function () {
|
app.on("window-all-closed", function () {
|
||||||
console.log("Died");
|
|
||||||
app.quit();
|
app.quit();
|
||||||
process.exit(0);
|
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user