Skip to content

Instantly share code, notes, and snippets.

@kenany
Created October 21, 2015 18:16
Show Gist options
  • Save kenany/27f38c2a868cb7ebf9ad to your computer and use it in GitHub Desktop.
Save kenany/27f38c2a868cb7ebf9ad to your computer and use it in GitHub Desktop.
diff --git a/lib/dist-tag.js b/lib/dist-tag.js
index d0bae9a..05bae5e 100644
--- a/lib/dist-tag.js
+++ b/lib/dist-tag.js
@@ -128,7 +128,7 @@ function list (pkg, cb) {
var msg = Object.keys(tags).map(function (k) {
return k + ': ' + tags[k]
}).sort().join('\n')
- console.log(msg)
+ console.log(msg + '\n')
cb(er, tags)
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment