Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timonson committed Aug 25, 2023
1 parent 50e8a83 commit 84f6477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middlewares/log.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function getDefaultConfig(pathToLogFile: string | URL) {
function logMessage<C extends Context>(
ctx: C,
logger: Logger,
): Promise<void> {
): void {
try {
logger.debug(createMessage(ctx));
} catch (error) {
Expand Down

0 comments on commit 84f6477

Please sign in to comment.