From ef1d47dde71ea238d783358bba203f5febaa1778 Mon Sep 17 00:00:00 2001 From: Astra Date: Thu, 26 Apr 2018 07:33:21 -0400 Subject: [PATCH] log when checking for updates --- shared.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shared.js b/shared.js index fcc932b..ffb22c1 100644 --- a/shared.js +++ b/shared.js @@ -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 => {