Skip to content

Commit 0b50067

Browse files
committed
Test pipeline on develop
1 parent dbecf5e commit 0b50067

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/logger.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ export class Logger {
6767
const now = new Date();
6868
return `${now.getFullYear()}-${String(now.getMonth() + 1).padStart(2, '0')}-${String(now.getDate()).padStart(2, '0')}`;
6969
}
70+
7071

7172
private formatTime(date: Date): string {
7273
return date.toLocaleTimeString('en-US', {

0 commit comments

Comments
 (0)