CODEBASE: Fix lint errors 1 (#1732)

This commit is contained in:
catloversg
2024-11-04 13:35:14 +07:00
committed by GitHub
parent f7ee3a340f
commit f6502dd490
55 changed files with 252 additions and 255 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ export class RunningScript {
let logEntry = txt;
if (Settings.TimestampsFormat && typeof txt === "string") {
logEntry = "[" + formatTime(Settings.TimestampsFormat) + "] " + logEntry;
logEntry = `[${formatTime(Settings.TimestampsFormat)}] ${txt}`;
}
this.logs.push(logEntry);