Skip to content

Commit

Permalink
Feat(app): Exit with process code 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tallyb committed Jun 13, 2018
1 parent 9b44066 commit 966e877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/mcfly-semantic-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,5 @@ fileHelper.getFiles(args.files)
})
.catch(function(err) {
console.log(chalk.red(err));
return process.exit(1); //eslint-disable-line no-process-exit
});

0 comments on commit 966e877

Please sign in to comment.