This commit is contained in:
Astra 2018-05-03 17:18:00 -04:00
parent 792b703145
commit f24b599154
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
electron.app.relaunch();
electron.app.exit();
}
} catch{ }
} catch (ex) { }
// make a window
window.__monitor = new electron.BrowserWindow({ show: false });