Skip to content

Commit

Permalink
Remove unused SIGINT listener (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
northword committed Sep 9, 2024
1 parent 739ec6f commit 4a62e50
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions update-notifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,6 @@ export default class UpdateNotifier {
process.on('exit', () => {
console.error(message);
});

process.on('SIGINT', () => {
console.error('');
process.exit();
});
}

return this;
Expand Down

0 comments on commit 4a62e50

Please sign in to comment.