keys stream

This commit is contained in:
Dave Eddy 2015-08-26 01:32:05 -04:00
parent b0b9eb9249
commit e9cf0b37eb
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ function do_keys(subcmd, opts, args, callback) {
}
if (opts.json) {
console.log(JSON.stringify(keys));
console.log(common.jsonStream(keys));
} else {
// pretty print
keys.forEach(function (key) {