app.quit() -> app.exit(), immediate app close on second instance (#2017)

pull/1/head
Scott Nonnenberg 7 years ago committed by GitHub
parent 72b7e4ec34
commit c64f0fc75e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -83,7 +83,7 @@ if (!process.mas) {
if (shouldQuit) {
console.log('quitting; we are the second instance');
app.quit();
app.exit();
}
}

Loading…
Cancel
Save