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:
authorisaacs <i@izs.me>2010-05-03 06:58:41 +0400
committerisaacs <i@izs.me>2010-05-03 06:58:41 +0400
commit5acbfbb9aa09e84b06100e94261d2d5df9ac0be5 (patch)
treee8e93e2a9ac4ac8b44db3c17080be0369585bbed
parentd082d09a3cee2451215ed035957c6a38250125b0 (diff)
don't flush stderr
-rwxr-xr-xcli.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli.js b/cli.js
index cad5e74cd..f77200151 100755
--- a/cli.js
+++ b/cli.js
@@ -47,7 +47,6 @@ else npm.commands[command](arglist, function (er, ok) {
npm.commands.help([command], function () {
log(er.stack, "failed")
process.stdout.flush()
- process.stderr.flush()
throw er
})
} else log("ok")