From 3ccd3b5e8d2c4dbdbc3645f29eb94f90fb097c0b Mon Sep 17 00:00:00 2001 From: Miodec Date: Tue, 16 Jul 2024 10:36:31 +0200 Subject: [PATCH] chore: add log to try to debug an issue --- frontend/src/ts/test/test-logic.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/ts/test/test-logic.ts b/frontend/src/ts/test/test-logic.ts index c5955f9da..8f84d3e84 100644 --- a/frontend/src/ts/test/test-logic.ts +++ b/frontend/src/ts/test/test-logic.ts @@ -913,6 +913,7 @@ export async function finish(difficultyFailed = false): Promise { //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) {