Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-05-03 05:55:08 +0400
committerisaacs <i@izs.me>2010-05-03 05:55:08 +0400
commit47bd13383239a69472e84d5349dfe516c5c08883 (patch)
tree8e72ab2819281fbad755216eb41bb20aa060c499 /lib
parent3d452d55f595e3b7a26ef97a919ba228bf29c4c0 (diff)
forgot to require("sys") (bug reported by spullara)
Diffstat (limited to 'lib')
-rw-r--r--lib/utils/ini.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils/ini.js b/lib/utils/ini.js
index 8e3b0608e..40b0bfdb6 100644
--- a/lib/utils/ini.js
+++ b/lib/utils/ini.js
@@ -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") {