diff options
author | mat <github@matdoes.dev> | 2021-06-24 15:50:23 -0500 |
---|---|---|
committer | mat <github@matdoes.dev> | 2021-06-24 15:50:23 -0500 |
commit | ecd3ac39b42332fe0c4c2cd475f77e875ea6fdb4 (patch) | |
tree | d6f5d26bad1a5a6ec3b582d4cf8824e2a10cd04d /build | |
parent | a6d6be848b1713153f5efcfe163d01e2a16ca77f (diff) | |
download | skyblock-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.js | 2 |
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; } |