Skip to content

Commit

Permalink
Merge a1e582c into 2c1f0d7
Browse files Browse the repository at this point in the history
  • Loading branch information
namuol committed Nov 12, 2013
2 parents 2c1f0d7 + a1e582c commit 0e26c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dredd
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cli.main( function (args, options) {

dredd.run(function(error, reporter){
if(error){
cli.fatal(error)
cli.fatal(error.stack);
}
if(reporter['stats']['failures'] > 0){
process.exit(1);
Expand Down

0 comments on commit 0e26c0e

Please sign in to comment.