mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-09 12:56:07 +08:00
updated function log
This commit is contained in:
parent
ad8228588a
commit
9607e88f25
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ exports.testCompleted = functions.https.onCall((request,response) => {
|
|||
}
|
||||
})
|
||||
if (err){
|
||||
console.error(`error saving result for ${request.uid} - bad input`);
|
||||
console.error(`error saving result for ${request.uid} - bad input - ${JSON.stringify(request.obj)}`);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue