mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(console) onCD callback
This commit is contained in:
parent
7ebfd53ec3
commit
fcb512a49f
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@
|
|||
else
|
||||
errorStr = errorData;
|
||||
|
||||
Util.exec(callback, {
|
||||
callback(errorData, {
|
||||
stderr : errorStr,
|
||||
path : CloudFunc.rmNewLine(stdout)
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue