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/cli.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli.js')
-rwxr-xr-xcli.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli.js b/cli.js
index 39d31cf56..303b5b2e3 100755
--- a/cli.js
+++ b/cli.js
@@ -6,7 +6,7 @@ var log = require("./lib/utils/log")
log("ok", "it worked if it ends with")
-var fs = require("fs")
+var fs = require("./lib/utils/graceful-fs")
, path = require("path")
, sys = require("sys")
, npm = require("./npm")