mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-01 03:19:20 +08:00
chore: add log to try to debug an issue
This commit is contained in:
parent
cf74cd7cbf
commit
3ccd3b5e8d
1 changed files with 1 additions and 0 deletions
|
@ -913,6 +913,7 @@ export async function finish(difficultyFailed = false): Promise<void> {
|
|||
//the duration might be modified to remove trailing afk time
|
||||
//its also not a big deal if the duration is off in those tests
|
||||
Notifications.add("Test invalid - inconsistent test duration", 0);
|
||||
console.error("Test duration inconsistent", ce.testDuration, dateDur);
|
||||
TestStats.setInvalid();
|
||||
dontSave = true;
|
||||
} else if (difficultyFailed) {
|
||||
|
|
Loading…
Reference in a new issue