screaming

This commit is contained in:
Astra 2018-05-03 17:21:12 -04:00
parent f24b599154
commit 0d5a38976b
1 changed files with 3 additions and 1 deletions

View File

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