Skip to content

Commit

Permalink
fix: update error log
Browse files Browse the repository at this point in the history
  • Loading branch information
samaratungajs committed Nov 25, 2024
1 parent e1ea088 commit cb02c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/handler-scanner.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class HandlerScannerService {
);
this.logger.log(`Registered job: ${jobName}`);
} catch (error) {
this.logger.error(error, `Error registering job ${jobName}:`);
this.logger.error(error, `Error registering job ${jobName}`);
}
}
}
Expand Down

0 comments on commit cb02c06

Please sign in to comment.