mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
only exit?
This commit is contained in:
parent
ae6f8c5ee7
commit
795df0ed69
@ -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);
|
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user