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:
parent
a4a3b6278a
commit
437bfc9718
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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)
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user