stupid bug

This commit is contained in:
Astra 2018-04-17 22:37:36 -04:00
parent 96b8b06d51
commit 4a890f7b42
1 changed files with 2 additions and 2 deletions

View File

@ -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);
});