mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
refactored
This commit is contained in:
parent
1e6d3e28ae
commit
da3a7617c3
1 changed files with 2 additions and 2 deletions
|
|
@ -196,8 +196,8 @@
|
|||
main.sendFile(pParams);
|
||||
|
||||
lRet = true;
|
||||
}else if( Util.isContainStr(lName, [CloudFunc.Fs, CloudFunc.NoJS] ) &&
|
||||
Util.strCmp(lName, '/') &&
|
||||
}else if( Util.isContainStr(lName, [CloudFunc.Fs, CloudFunc.NoJS] ) ||
|
||||
Util.strCmp(lName, '/') ||
|
||||
Util.strCmp(lName, 'json') ) {
|
||||
main.commander({
|
||||
request : pParams.request,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue