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:
authorisaacs <i@izs.me>2010-05-14 21:31:50 +0400
committerisaacs <i@izs.me>2010-05-14 21:31:50 +0400
commit6e9167360606a4186dfaaaa3e28fac83d40706e0 (patch)
tree2d9a06a61569b99f5ae9158760e5ceb2d0ba6766 /lib
parent27d43cc738350b4ccf7d990fb3b6585dc1f72af9 (diff)
Put a blank line at the end of ls.
Diffstat (limited to 'lib')
-rw-r--r--lib/ls.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ls.js b/lib/ls.js
index 14fd60948..9257d484b 100644
--- a/lib/ls.js
+++ b/lib/ls.js
@@ -62,6 +62,7 @@ function prettify (data, args) {
}
})
if (!pretty.length) pretty = ["Nothing found"]
+ pretty.push("")
return pretty.join("\n")
}
function merge (installed, remote) {