Skip to content

Commit

Permalink
fix: adding in some code that didn't get pulled in in #99
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Jul 1, 2020
1 parent 99564bf commit cea1b5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ function Cli(args) {
.catch(err => {
console.log('An error occured:');
console.log(err);
process.exit(-1);
});
}

Expand Down

0 comments on commit cea1b5f

Please sign in to comment.