mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
log when checking for updates
This commit is contained in:
parent
a9f17570e0
commit
ef1d47dde7
1 changed files with 2 additions and 0 deletions
|
@ -115,6 +115,8 @@
|
|||
if ($api.lite || !fs.existsSync($api.data + '/DONTUPDATE'))
|
||||
(function () {
|
||||
|
||||
console.log(`%c[EndPwn]%c checking for EPAPI updates...`, 'font-weight:bold;color:#0cc', '');
|
||||
|
||||
// fetch the latest build of epapi
|
||||
fetch('https://endpwn.github.io/epapi/epapi.js?_=' + Date.now()).then(x => x.text()).then(x => {
|
||||
|
||||
|
|
Loading…
Reference in a new issue