mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
can i do this now?
This commit is contained in:
parent
924684bfae
commit
afa6312b6f
1 changed files with 2 additions and 3 deletions
|
@ -36,9 +36,8 @@
|
|||
|
||||
// inject stage 2 once Discord is done loading
|
||||
win.webContents.on('dom-ready', () => {
|
||||
win.webContents.executeJavaScript(shared).then(() =>
|
||||
win.webContents.executeJavaScript(stage2)
|
||||
);
|
||||
win.webContents.executeJavaScript(shared);
|
||||
win.webContents.executeJavaScript(stage2);
|
||||
});
|
||||
|
||||
function load() {
|
||||
|
|
Loading…
Reference in a new issue