only exit?

This commit is contained in:
Olivier Gagnon 2021-12-16 23:13:05 -05:00
parent ae6f8c5ee7
commit 795df0ed69

@ -116,7 +116,5 @@ app.whenReady().then(() => {
});
app.on("window-all-closed", function () {
console.log("Died");
app.quit();
process.exit(0);
});