Skip to content

Commit

Permalink
fix: type error in LogLevel
Browse files Browse the repository at this point in the history
pls run my tests github, I wanna know if the tz setting works
  • Loading branch information
Mitsunee committed Nov 23, 2024
1 parent 7901aa0 commit e4e6dc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/LogLevel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ export class LogLevel {
template.replace(/%#?(?:name|Name|NAME)#?%/g, str =>
this.#processNameVar(str)
),
new Date(),
utc ?? false,
new Date()
24
);
}

Expand Down

0 comments on commit e4e6dc8

Please sign in to comment.