fix(console) getSpawn: add "\n"

This commit is contained in:
coderaiser 2014-04-01 10:36:36 -04:00
parent 519a025d2c
commit 91a3c07e16

View file

@ -228,7 +228,7 @@
});
if (!cmd)
send(error + '', null);
send(error + '\n', null);
else {
cmd.stdout.on('data', function(data) {
send(null, data + '');