We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d549f commit 1bc4defCopy full SHA for 1bc4def
src/index.ts
@@ -88,6 +88,7 @@ const createWindow = () => {
88
89
const amMainInstance = app.requestSingleInstanceLock();
90
if (!amMainInstance) {
91
+ console.log('Not the main instance - quitting');
92
app.quit();
93
} else {
94
app.on('ready', () => {
0 commit comments