Skip to content

Commit

Permalink
fix: Correctly exit with 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbrowne committed Jul 21, 2020
1 parent 448fa2c commit e6bc4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/targets/services/onOperationOrBillCreate.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,5 +201,5 @@ const main = async () => {

main().catch(e => {
log('critical', e)
process.exit(e)
process.exit(1)
})

0 comments on commit e6bc4fd

Please sign in to comment.