mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
fix(console) onCD: add addNewLine
This commit is contained in:
parent
537f77d9ff
commit
bf5f132893
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@
|
|||
errorStr = error.message;
|
||||
|
||||
callback(error || stderr, {
|
||||
stderr : errorStr,
|
||||
stderr : addNewLine(errorStr),
|
||||
path : rmNewLine(stdout)
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue