aboutsummaryrefslogtreecommitdiff
path: root/build/hypixelCached.js
diff options
context:
space:
mode:
Diffstat (limited to 'build/hypixelCached.js')
-rw-r--r--build/hypixelCached.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/hypixelCached.js b/build/hypixelCached.js
index 702a23e..8c5fa3c 100644
--- a/build/hypixelCached.js
+++ b/build/hypixelCached.js
@@ -255,7 +255,7 @@ async function fetchProfileUuid(user, profile) {
return null;
}
if (_1.debug)
- console.debug('Cache miss: fetchProfileUuid', user);
+ console.debug('Cache miss: fetchProfileUuid', user, profile);
const profiles = await fetchBasicProfiles(user);
if (!profiles)
return; // user probably doesnt exist