1
mirror of https://github.com/thepeacockproject/Peacock synced 2024-11-22 22:12:45 +01:00

Output error when loading userdata fails

This commit is contained in:
AnthonyFuller 2024-08-08 06:23:05 +01:00
parent a4a3b6278a
commit 437bfc9718
2 changed files with 2 additions and 0 deletions

View File

@ -220,6 +220,7 @@ export async function cheapLoadUserData(
await loadUserData(userId, gameVersion)
} catch (e) {
log(LogLevel.DEBUG, "Unable to load profile information.")
log(LogLevel.DEBUG, e)
}
}

View File

@ -216,6 +216,7 @@ export async function handleOAuthToken(
await loadUserData(req.body.pId, gameVersion)
} catch (e) {
log(LogLevel.DEBUG, "Unable to load profile information.")
log(LogLevel.DEBUG, e)
}
/*