mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
refactored
This commit is contained in:
parent
43bd558f4a
commit
f60f4d54c1
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