Skip to content

Commit

Permalink
fix: remove all listeners call
Browse files Browse the repository at this point in the history
  • Loading branch information
cenk1cenk2 committed Mar 31, 2024
1 parent a14382f commit 763ada8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/listr2/src/listr.ts
Expand Up @@ -201,7 +201,6 @@ export class Listr<
if (!this.parentTask) {
this.renderer.end(new Error('Interrupted.'))

process.removeAllListeners('SIGINT')
process.exit(127)
}
}
Expand Down

0 comments on commit 763ada8

Please sign in to comment.