mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
minor changes
This commit is contained in:
parent
c8345f531c
commit
bd121262de
1 changed files with 4 additions and 1 deletions
|
|
@ -339,7 +339,10 @@ var Util, exports;
|
|||
|
||||
lRet = Util.tryCatch(pTryFunc);
|
||||
|
||||
return Util.exec(pCallBack, lRet);
|
||||
if(lRet)
|
||||
Util.exec(pCallBack, lRet);
|
||||
|
||||
return lRet;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue