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.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli.js b/cli.js
index 41122118c..c4fe26fd5 100755
--- a/cli.js
+++ b/cli.js
@@ -80,7 +80,6 @@ function errorHandler (er) {
if (!er) {
itWorked = true
log("ok")
- if (npm.SHOULD_EXIT) process.exit()
return
}
sys.error("")