mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
fix(console) getSpawn: add "\n"
This commit is contained in:
parent
519a025d2c
commit
91a3c07e16
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@
|
|||
});
|
||||
|
||||
if (!cmd)
|
||||
send(error + '', null);
|
||||
send(error + '\n', null);
|
||||
else {
|
||||
cmd.stdout.on('data', function(data) {
|
||||
send(null, data + '');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue