Skip to content

Commit

Permalink
chore: add log to try to debug an issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Jul 16, 2024
1 parent cf74cd7 commit 3ccd3b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/ts/test/test-logic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 3ccd3b5

Please sign in to comment.