Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
forgot to require("sys") (bug reported by spullara)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed May 3, 2010
1 parent 3d452d5 commit 47bd133
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/utils/ini.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ var fs = require('fs')
, log = require("./log")
, ini = require("ini")
, crypto = require("crypto")
, sys = require("sys")

// if installed, use rhys' package explicitly
if (typeof crypto.Cipher !== "function") {
Expand Down

0 comments on commit 47bd133

Please sign in to comment.