Skip to content

Commit

Permalink
add eslint ignore line
Browse files Browse the repository at this point in the history
  • Loading branch information
jwetzell committed Aug 15, 2023
1 parent 5e34dd4 commit 6d7af89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ process.on('message', (message) => {
case 'destroy':
router.stop();
process.exit(0);
// eslint-disable-next-line no-fallthrough
default:
logger.error(`app: unhandled process event type = ${message.eventType}`);
break;
Expand Down

0 comments on commit 6d7af89

Please sign in to comment.