mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
screaming
This commit is contained in:
parent
f24b599154
commit
0d5a38976b
1 changed files with 3 additions and 1 deletions
|
@ -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 });
|
||||
|
|
Loading…
Reference in a new issue