Skip to content

Commit

Permalink
Use proper sys module.
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Oct 15, 2010
1 parent dc1dc1e commit 7b78daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/ini-parser.js
@@ -1,4 +1,4 @@
var sys = require('sys')
var sys = require("./sys")

exports.parse = function parse (d) {
var ini = {'-':{}}
Expand Down

0 comments on commit 7b78daf

Please sign in to comment.