Update logger

This commit is contained in:
Elio Struyf
2024-04-25 13:44:01 +02:00
parent 18b7708367
commit bdafd25cfe
+1 -1
View File
@@ -27,7 +27,7 @@ export class Logger {
Logger.getInstance();
}
Logger.channel?.appendLine(`["${type}" - ${format(new Date(), 'HH:MM:ss')}] ${message}`);
Logger.channel?.appendLine(`["${type}" - ${format(new Date(), 'HH:mm:ss')}] ${message}`);
}
public static warning(message: string): void {