Skip to content

Commit

Permalink
fix dot-matrix reporter not reporting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Jun 3, 2010
1 parent 6fe14ec commit e5855a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vows/reporters/dot-matrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ this.report = function (data, s) {
puts(stylize(result, style));
break;
case 'error':
messages.push('\n * ' + stylize(event.error, 'red'));
puts('\n\n * ' + stylize(event.error, 'red'));
break;
}
return buffer.join('');
Expand Down

0 comments on commit e5855a2

Please sign in to comment.