Skip to content

Commit

Permalink
Merge pull request #7 from bameyrick/process-exit-0
Browse files Browse the repository at this point in the history
Process exit 0
  • Loading branch information
bameyrick authored Feb 16, 2022
2 parents e91570c + e31b1d9 commit 0f12aaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/exit-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ Object.values(ExitEvents).forEach(event =>
console.log(data);

process.exit(1);
} else {
process.exit(0);
}
}
})
Expand Down

0 comments on commit 0f12aaa

Please sign in to comment.