aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2021-06-24 15:50:23 -0500
committermat <github@matdoes.dev>2021-06-24 15:50:23 -0500
commitecd3ac39b42332fe0c4c2cd475f77e875ea6fdb4 (patch)
treed6f5d26bad1a5a6ec3b582d4cf8824e2a10cd04d /build
parenta6d6be848b1713153f5efcfe163d01e2a16ca77f (diff)
downloadskyblock-api-ecd3ac39b42332fe0c4c2cd475f77e875ea6fdb4.tar.gz
skyblock-api-ecd3ac39b42332fe0c4c2cd475f77e875ea6fdb4.tar.bz2
skyblock-api-ecd3ac39b42332fe0c4c2cd475f77e875ea6fdb4.zip
log more stuff
Diffstat (limited to 'build')
-rw-r--r--build/hypixelCached.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/hypixelCached.js b/build/hypixelCached.js
index 8da20e3..8fb93ec 100644
--- a/build/hypixelCached.js
+++ b/build/hypixelCached.js
@@ -183,7 +183,7 @@ async function fetchBasicPlayer(user) {
return exports.basicPlayerCache.get(playerUuid);
const player = await fetchPlayer(playerUuid);
if (!player)
- console.debug('no player? this should never happen', user);
+ console.debug('no player? this should never happen', user, playerUuid);
delete player.profiles;
return player;
}