Skip to content

Commit

Permalink
fixed inspector doing weird shit.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed May 23, 2010
1 parent 5df28a5 commit cf459bc
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 @@ -18,7 +18,7 @@ require.paths.unshift(__dirname);
var sys = require('sys'),
assert = require('assert'),
events = require('events'),
eyes = require('eyes').inspector({ writer: null }),
eyes = require('eyes').inspector({ stream: null }),
vows = exports;

// Options
Expand Down

0 comments on commit cf459bc

Please sign in to comment.