fix(frontend): apps rendering should not depend on local time
This commit is contained in:
@@ -268,7 +268,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
let lastStartedAt: number = Date.now()
|
||||
let lastStartedAt: number = -1
|
||||
|
||||
function recordError(error: string) {
|
||||
if (testJob) {
|
||||
|
||||
Reference in New Issue
Block a user