We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f81483 commit 3cb8432Copy full SHA for 3cb8432
bin/npm-cli.js
@@ -83,7 +83,7 @@
83
if (er) return errorHandler(er)
84
npm.commands[npm.command](npm.argv, function (err) {
85
// https://www.youtube.com/watch?v=7nfPu8qTiQU
86
- if (!err && npm.config.get('ham-it-up') && !npm.config.get('json') && !npm.config.get('parseable') && npm.command != 'completion') {
+ if (!err && npm.config.get('ham-it-up') && !npm.config.get('json') && !npm.config.get('parseable') && npm.command !== 'completion') {
87
output('\n 🎵 I Have the Honour to Be Your Obedient Servant,🎵 ~ npm 📜🖋\n')
88
}
89
errorHandler.apply(this, arguments)
0 commit comments