Skip to content

Commit

Permalink
fix: add exit code 1 on cli error
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Apr 28, 2023
1 parent d205423 commit f2f5fbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ sade2
}
} catch (error) {
console.error(error)
process.exit(1)
}
})
.parse(process.argv)

0 comments on commit f2f5fbb

Please sign in to comment.