Skip to content

Commit

Permalink
Make error logging consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicataldo committed Sep 12, 2019
1 parent 6e1191f commit be131d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cli.js
Expand Up @@ -171,7 +171,6 @@ const cli = {
return 0;
} catch (err) {
log.error(err.message);
log.error(err.stack);
return 2;
}
} else if (currentOptions.printConfig) {
Expand Down

0 comments on commit be131d1

Please sign in to comment.