expose the monitor to make debugging easier

This commit is contained in:
Astra 2018-04-17 22:38:49 -04:00
parent 4a890f7b42
commit 9d0c1836a9
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
var win = new electron.BrowserWindow({ show: false });
// 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) {