mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 04:19:06 +08:00
added more info to the log
This commit is contained in:
parent
5a5eb28bbb
commit
70066b170d
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ exports.testCompleted = functions.https.onCall((request, response) => {
|
|||
};
|
||||
} catch (e) {
|
||||
console.error(
|
||||
`cant verify key spacing or duration! - ${e} - ${obj.keySpacing} ${obj.keyDuration}`
|
||||
`cant verify key spacing or duration for user ${request.uid}! - ${e} - ${obj.keySpacing} ${obj.keyDuration}`
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue