Skip to content

Commit 3ccd3b5

Browse files
committed
chore: add log to try to debug an issue
1 parent cf74cd7 commit 3ccd3b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/src/ts/test/test-logic.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -913,6 +913,7 @@ export async function finish(difficultyFailed = false): Promise<void> {
913913
//the duration might be modified to remove trailing afk time
914914
//its also not a big deal if the duration is off in those tests
915915
Notifications.add("Test invalid - inconsistent test duration", 0);
916+
console.error("Test duration inconsistent", ce.testDuration, dateDur);
916917
TestStats.setInvalid();
917918
dontSave = true;
918919
} else if (difficultyFailed) {

0 commit comments

Comments
 (0)