Skip to content

Commit

Permalink
sys -> util
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Oct 24, 2011
1 parent ad6ef6b commit 6f2a573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/should.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Module dependencies.
*/

var util = require('sys')
var util = require('util')
, http = require('http')
, assert = require('assert')
, AssertionError = assert.AssertionError
Expand Down

0 comments on commit 6f2a573

Please sign in to comment.