Skip to content

Commit

Permalink
Merge branch 'main' into emmercm/remove-file-await
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm authored Aug 25, 2023
2 parents 0ea1004 + 3668793 commit 94b433c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/console/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default class Logger {
[LogLevel.INFO]: chalk.cyan,
[LogLevel.WARN]: chalk.yellow,
[LogLevel.ERROR]: chalk.red,
[LogLevel.NOTICE]: chalk.bold,
[LogLevel.NOTICE]: chalk.underline,
[LogLevel.ALWAYS]: (msg) => msg,
[LogLevel.NEVER]: (msg) => msg,
} satisfies { [key in LogLevel]: (message: string) => string };
Expand Down

0 comments on commit 94b433c

Please sign in to comment.