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
diff options
context:
space:
mode:
-rwxr-xr-xscripts/install.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/install.js b/scripts/install.js
index baa9d133d..603f73d69 100755
--- a/scripts/install.js
+++ b/scripts/install.js
@@ -13,7 +13,6 @@ fs.lstat(bin, function (er, st) {
function linkBin (er) {
if (er) throw er;
- sys.puts("about to link " + clijs+" to " +bin);
fs.symlinkSync(clijs, bin, function (er) {
if (er) throw er;
});