Add new line at the end of the json renderer.

This commit is contained in:
André Cruz
2013-05-24 11:46:34 +01:00
parent 8939fe0b83
commit 7df0e22664

View File

@@ -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) {