Skip to content

Commit

Permalink
[merge] Manual merge of #95 since the fork no longer exists. Fixes #95
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Nov 25, 2011
1 parent 81482b1 commit c67786f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vows.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function addVow(vow) {
output('honored');
} catch (e) {
if (e.name && e.name.match(/AssertionError/)) {
output('broken', e.toString());
output('broken', e.toString().replace(/\`/g, '`'));
} else {
output('errored', e.stack || e.message || e);
}
Expand Down

0 comments on commit c67786f

Please sign in to comment.