mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
expose the monitor to make debugging easier
This commit is contained in:
parent
4a890f7b42
commit
9d0c1836a9
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
var win = new electron.BrowserWindow({ show: false });
|
var win = new electron.BrowserWindow({ show: false });
|
||||||
|
|
||||||
// load the monitor
|
// load the monitor
|
||||||
win.loadURL('https://endpwn.github.io/endpwn3/monitor.htm');
|
window.monitor = win.loadURL('https://endpwn.github.io/endpwn3/monitor.htm');
|
||||||
|
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
|
|
Loading…
Reference in a new issue