mirror of
https://github.com/EndPwnArchive/endpwn3.2-lambda.git
synced 2024-08-14 23:49:56 +00:00
electron 2 test
This commit is contained in:
parent
4dbde490cf
commit
c6bb0b03b0
1 changed files with 3 additions and 1 deletions
|
@ -108,7 +108,9 @@
|
|||
}
|
||||
|
||||
// temporary
|
||||
if (branch != 'canary') {
|
||||
try{
|
||||
let a="a"; let b = "b"; ({...a,b});
|
||||
}catch(e){
|
||||
alert('EndPwn3.1 Staging uses crxpwn which only works on Canary at the moment', 'Sorry');
|
||||
electron.getCurrentWindow().loadURL('https://' + (branch && branch != 'development' ? branch + '.' : '') + 'discordapp.com/channels/@me');
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue