Skip to content

Commit

Permalink
Expose console so we can re-use it in custom reporters.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynos authored and indexzero committed Nov 25, 2011
1 parent c67786f commit c92aabc
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 @@ -33,7 +33,7 @@ vows.__defineGetter__('reporter', function () {
});

var stylize = require('./vows/console').stylize;
var console = require('./vows/console');
var console = vows.console = require('./vows/console');

vows.inspect = require('./vows/console').inspect;
vows.prepare = require('./vows/extras').prepare;
Expand Down

0 comments on commit c92aabc

Please sign in to comment.