chore: add log to try to debug an issue

This commit is contained in:
Miodec 2024-07-16 10:36:31 +02:00
parent cf74cd7cbf
commit 3ccd3b5e8d

View file

@ -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) {