Skip to content

Commit df248d4

Browse files
author
cloudhead
committed
include subject in error message
1 parent cf3f4e2 commit df248d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vows/console.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ this.inspect = function inspect(val) {
7979
};
8080

8181
this.error = function (obj) {
82-
return '✗ ' + $('Errored ').red + '» '
82+
return '✗ ' + $('Errored ').red + '» ' + $(obj.suite.subject).bold + ': '
8383
+ $('' + $(obj.context).italic + ' ∙ ') + $(obj.error).red;
8484
};

0 commit comments

Comments
 (0)