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
92ecef3368
commit
f9a756cadd
1 changed files with 2 additions and 2 deletions
|
|
@ -39,9 +39,9 @@
|
|||
|
||||
if(lRet){
|
||||
var p = pParams,
|
||||
lPath = getCleanPath(p.request),
|
||||
INDEX = p.index;
|
||||
lPath = getCleanPath(p.request);
|
||||
|
||||
INDEX = p.index;
|
||||
IndexProcessingFunc = pParams.processing;
|
||||
|
||||
fs.stat(lPath, function(pError, pStat){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue