mirror of
https://github.com/bower/bower.git
synced 2026-02-11 14:34:58 -05:00
Add new line at the end of the json renderer.
This commit is contained in:
@@ -20,7 +20,7 @@ var json = {
|
||||
process.stderr.write(']\n');
|
||||
|
||||
if (data) {
|
||||
process.stdout.write(stringify(data));
|
||||
process.stdout.write(stringify(data) + '\n');
|
||||
}
|
||||
},
|
||||
error: function (err) {
|
||||
|
||||
Reference in New Issue
Block a user