mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
refactor(cloudcmd) processCommanderContent -> processContent
This commit is contained in:
parent
b80cccad6a
commit
4e4e77d22e
1 changed files with 2 additions and 2 deletions
|
|
@ -221,7 +221,7 @@
|
|||
fs.stat(p.name, function(pError, pStat) {
|
||||
if (!pError)
|
||||
if ( pStat.isDirectory() )
|
||||
processCommanderContent(pParams);
|
||||
processContent(pParams);
|
||||
else
|
||||
main.sendFile( pParams );
|
||||
else
|
||||
|
|
@ -232,7 +232,7 @@
|
|||
return lRet;
|
||||
}
|
||||
|
||||
function processCommanderContent(pParams) {
|
||||
function processContent(pParams) {
|
||||
var p,
|
||||
lRet = main.checkParams(pParams);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue