mirror of
https://github.com/vector-im/element-web.git
synced 2026-02-11 10:42:11 +01:00
Warn when exiting due to single-instance
This lost me a fair bit of time trying to figure out why Riot was starting and then immediately quitting.
This commit is contained in:
parent
4dd6ee681d
commit
e24ef2bb5c
@ -171,6 +171,7 @@ const shouldQuit = electron.app.makeSingleInstance((commandLine, workingDirector
|
||||
});
|
||||
|
||||
if (shouldQuit) {
|
||||
console.log("Other instance detected: exiting");
|
||||
electron.app.quit()
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user