Skip to content

Commit cea1b5f

Browse files
committed
fix: adding in some code that didn't get pulled in in #99
1 parent 99564bf commit cea1b5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cli.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ function Cli(args) {
3737
.catch(err => {
3838
console.log('An error occured:');
3939
console.log(err);
40+
process.exit(-1);
4041
});
4142
}
4243

0 commit comments

Comments
 (0)