mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
stupid bug
This commit is contained in:
parent
96b8b06d51
commit
4a890f7b42
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@
|
|||
// grab EPAPI from master
|
||||
fetch('https://endpwn.github.io/epapi.js?_=' + Date.now())
|
||||
.then(r => r.text())
|
||||
.then(t => {
|
||||
fs.writeFileSync(t + '/epapi.js', ef.responseText);
|
||||
.then(epapi => {
|
||||
fs.writeFileSync(t + '/epapi.js', epapi);
|
||||
setTimeout(load, 1000);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue