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
1b6bedfbad
commit
9a7d1da4f3
2 changed files with 2 additions and 2 deletions
|
|
@ -296,7 +296,7 @@
|
|||
if(lRet){
|
||||
var p = pParams;
|
||||
p.status = FILE_NOT_FOUND;
|
||||
p.data = pError;
|
||||
p.data = pError.toString();
|
||||
sendResponse(p);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -135,7 +135,7 @@
|
|||
main.sendResponse(pParams);
|
||||
}
|
||||
else
|
||||
main.sendError(pParams, lError.toString() );
|
||||
main.sendError(pParams, lError);
|
||||
});
|
||||
|
||||
lResult = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue