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:
Diffstat (limited to 'lib/utils/error-handler.js')
-rw-r--r--lib/utils/error-handler.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils/error-handler.js b/lib/utils/error-handler.js
index b025fdd37..feeec184c 100644
--- a/lib/utils/error-handler.js
+++ b/lib/utils/error-handler.js
@@ -63,6 +63,7 @@ function exit (code, noLog) {
// if we're really exiting, then let it exit on its own, so that
// in-process stuff can finish or clean up first.
if (!doExit) process.emit("exit", code)
+ npm.spinner.stop()
}
}