Skip to content

Commit

Permalink
fix: exit process on success to continue execution of othe scripts (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosikmd authored and jfmengels committed Feb 7, 2017
1 parent cc61913 commit 1e73194
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 @@ -81,6 +81,7 @@ function onError(error) {
console.error(error.message);
process.exit(1);
}
process.exit();
}

function promptForCommand(argv, cb) {
Expand Down

0 comments on commit 1e73194

Please sign in to comment.