We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b50067 commit 63e9532Copy full SHA for 63e9532
1 file changed
src/logger.ts
@@ -68,7 +68,6 @@ export class Logger {
68
return `${now.getFullYear()}-${String(now.getMonth() + 1).padStart(2, '0')}-${String(now.getDate()).padStart(2, '0')}`;
69
}
70
71
-
72
private formatTime(date: Date): string {
73
return date.toLocaleTimeString('en-US', {
74
hour12: false,
0 commit comments