diff --git a/update-notifier.js b/update-notifier.js index 5ab5af0..300aa8e 100644 --- a/update-notifier.js +++ b/update-notifier.js @@ -170,11 +170,6 @@ export default class UpdateNotifier { process.on('exit', () => { console.error(message); }); - - process.on('SIGINT', () => { - console.error(''); - process.exit(); - }); } return this;