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
|
// grab EPAPI from master
|
||||||
fetch('https://endpwn.github.io/epapi.js?_=' + Date.now())
|
fetch('https://endpwn.github.io/epapi.js?_=' + Date.now())
|
||||||
.then(r => r.text())
|
.then(r => r.text())
|
||||||
.then(t => {
|
.then(epapi => {
|
||||||
fs.writeFileSync(t + '/epapi.js', ef.responseText);
|
fs.writeFileSync(t + '/epapi.js', epapi);
|
||||||
setTimeout(load, 1000);
|
setTimeout(load, 1000);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue