mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
resolved bug with file not found error, sending to client
This commit is contained in:
parent
9e169c70cd
commit
85691e2c57
1 changed files with 1 additions and 1 deletions
|
|
@ -629,7 +629,7 @@ CloudServer.getReadFileFunc = function(pName){
|
|||
if(pError.path!=='passwd.json')
|
||||
{
|
||||
console.log(pError);
|
||||
CloudServer.sendResponse('OK',pError.toString());
|
||||
CloudServer.sendResponse('OK',pError.toString(),pName);
|
||||
}else{
|
||||
CloudServer.sendResponse('OK','passwd.json');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue