Skip to content

Commit

Permalink
trigger updater tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ShootingStar91 committed Sep 21, 2023
1 parent 2d16593 commit 05055ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updater/sis-updater-worker/src/utils/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ if (isDev) {

const logger = winston.createLogger({ transports })

logger.on('error', e => console.error('Logging failed! Reason: ', e)) // eslint-disable-line no-console
logger.on('error', e => console.error('Logging failed. Reason: ', e)) // eslint-disable-line no-console

module.exports = {
logger,
Expand Down

0 comments on commit 05055ec

Please sign in to comment.