Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit edd2f8f

Browse files
committed
Merge branch 'client-crash-HOT-fix' into server-configs
2 parents 6e70da7 + b68f1c6 commit edd2f8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,8 @@ var iShouldQuit = app.makeSingleInstance(function(commandLine, workingDirectory)
245245
}
246246
return true;
247247
});
248-
if(iShouldQuit){app.quit();return;}
248+
249+
if (iShouldQuit) app.quit();
249250

250251
// Quit when all windows are closed.
251252
app.on('window-all-closed', function() {

0 commit comments

Comments
 (0)