Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Apr 22, 2020
1 parent 3553a69 commit 03aea94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ if (!singleInstanceLock) {
label: 'Exit',
click() {
// Quit the app
app.quit()
app.exit(0)
}
}]);

Expand Down

0 comments on commit 03aea94

Please sign in to comment.