We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbecf5e commit 0b50067Copy full SHA for 0b50067
1 file changed
src/logger.ts
@@ -67,6 +67,7 @@ export class Logger {
67
const now = new Date();
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', {
0 commit comments