mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-26 09:24:07 +00:00
refactor(cloudfunc) add format
This commit is contained in:
parent
cf0059fa2e
commit
aa0d7ffa26
4 changed files with 19 additions and 16 deletions
|
|
@ -382,7 +382,8 @@
|
|||
}
|
||||
|
||||
function sendMsg(pParams, pMsg, pName) {
|
||||
main.sendResponse(pParams, pMsg + ': ok("' + pName + '")');
|
||||
var msg = CloudFunc.formatMsg(pMsg, pName);
|
||||
main.sendResponse(pParams, msg);
|
||||
}
|
||||
|
||||
})();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue