mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
chore(rest) lRet: global -> local
This commit is contained in:
parent
588674345d
commit
56b401e734
1 changed files with 2 additions and 2 deletions
|
|
@ -143,12 +143,12 @@
|
|||
else if(lQuery === 'patch') {
|
||||
getBody(p.request, function(pPatch) {
|
||||
fs.readFile(p.name, function(pError, pData) {
|
||||
var lDiff, lStr = pData.toString();
|
||||
var lRet, lDiff, lStr = pData.toString();
|
||||
|
||||
if (pError)
|
||||
main.sendError(pParams, pError);
|
||||
else {
|
||||
var lRet = Util.tryCatchLog(function(){
|
||||
lRet = Util.tryCatchLog(function(){
|
||||
lDiff = diff.applyPatch(lStr, pPatch);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue