Skip to content

Commit ec7a107

Browse files
committed
fix ts error
1 parent ef6809a commit ec7a107

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/ErrorMonitor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export class ErrorMonitor {
8888
}
8989

9090
if (this.stats.totalErrors >= this.alertThresholds.totalErrors) {
91-
console.error(`🚨 HIGH TOTAL ERROR COUNT: ${this.stats.totalErrors} total errors since ${this.stats.lastReset}`)
91+
console.error(`🚨 HIGH TOTAL ERROR COUNT: ${this.stats.totalErrors} total errors since ${this.stats.lastReset.toISOString()}`)
9292
}
9393
}
9494

0 commit comments

Comments
 (0)