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/lib
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2022-03-03 07:41:38 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2022-03-10 18:40:11 +0300
commit0da59186e5a78bbcf47c440289241e9f85ff3eba (patch)
tree72af61cff54a384283f2d2d9e1a462db98396bb6 /lib
parentd521a25db2b19239a8d7a66a4e10f30dc15e7cf0 (diff)
chore: rewrite doctor tests
Diffstat (limited to 'lib')
-rw-r--r--lib/commands/doctor.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/commands/doctor.js b/lib/commands/doctor.js
index 9af4c4cd6..14fda024b 100644
--- a/lib/commands/doctor.js
+++ b/lib/commands/doctor.js
@@ -129,6 +129,7 @@ class Doctor extends BaseCommand {
if (!this.npm.silent) {
this.npm.output(table(outTable, tableOpts))
if (!allOk) {
+ // TODO is this really needed?
console.error('')
}
}