mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
minor-changes
This commit is contained in:
parent
068467e702
commit
8446134bdf
1 changed files with 1 additions and 1 deletions
|
|
@ -390,7 +390,7 @@ CloudServer._controller=function(pReq, pRes)
|
|||
*/
|
||||
CloudServer.Responses[CloudServer.INDEX]=pRes;
|
||||
if(lStat.isDirectory())
|
||||
Fs.readdir(LeftDir,CloudServer._readDir);
|
||||
Fs.readdir(LeftDir,CloudServer._readDir);
|
||||
/* отдаём файл */
|
||||
else if(lStat.isFile()){
|
||||
CloudServer.Responses[LeftDir]=pRes;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue