mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
minor changes
This commit is contained in:
parent
205efa4f4f
commit
d8dff12fbb
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