Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sladuca committed Apr 25, 2024
1 parent d577f25 commit ef96b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ejector/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ async function main() {
}

process.on('SIGINT', () => {
process.exit(1); // Exit with success status
process.exit(1);
});


Expand Down

0 comments on commit ef96b42

Please sign in to comment.