Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Oct 29, 2021
1 parent 28d9e5b commit 3965e18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/logging/formatters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ function normalizeLevel(name: LogLevelName): string {
return norm;
}
}
// eslint-disable-next-line @typescript-eslint/no-explicit-any
if ((name as any) === 'silly') {
return 'Verbose';
}
Expand Down

0 comments on commit 3965e18

Please sign in to comment.