Skip to content

Commit

Permalink
set styles to false for inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Jun 12, 2010
1 parent 47c2d1f commit 1e90188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vows/console.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var eyes = require('eyes').inspector({ stream: null });
var eyes = require('eyes').inspector({ stream: null, styles: false });

// Stylize a string
this.stylize = function stylize(str, style) {
Expand Down

0 comments on commit 1e90188

Please sign in to comment.