mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 17:04:49 +08:00
logging event if failed
This commit is contained in:
parent
f66d10105c
commit
817287e59c
1 changed files with 1 additions and 0 deletions
|
@ -1516,6 +1516,7 @@ export async function finish(difficultyFailed = false): Promise<void> {
|
|||
AccountButton.loading(false);
|
||||
|
||||
if (response.status !== 200) {
|
||||
console.log("Error saving result", completedEvent);
|
||||
$("#retrySavingResultButton").removeClass("hidden");
|
||||
if (response.message === "Incorrect result hash") {
|
||||
console.log(completedEvent);
|
||||
|
|
Loading…
Reference in a new issue