fix(frontend): apps rendering should not depend on local time

This commit is contained in:
Ruben Fiszel
2023-05-11 15:47:52 +02:00
parent 56f4272a1b
commit ca2439ce6e

View File

@@ -268,7 +268,7 @@
}
}
let lastStartedAt: number = Date.now()
let lastStartedAt: number = -1
function recordError(error: string) {
if (testJob) {