mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(server) add " "
This commit is contained in:
parent
4a48455669
commit
eac6aee3f3
1 changed files with 1 additions and 3 deletions
|
|
@ -102,7 +102,7 @@
|
|||
};
|
||||
/* server mode or testing mode */
|
||||
if (lConfig.server) {
|
||||
if(lSSL) {
|
||||
if (lSSL) {
|
||||
Util.log('* Redirection http -> https is setted up');
|
||||
lServerLog(lHTTP, lPort);
|
||||
var lRedirectServer = http.createServer( function(pReq, pRes) {
|
||||
|
|
@ -169,7 +169,6 @@
|
|||
lRet = Util.exec(Route, lData);
|
||||
|
||||
if(!lRet) {
|
||||
/* добавляем текующий каталог к пути */
|
||||
lName = lData.name;
|
||||
Util.log('reading ' + lName);
|
||||
|
||||
|
|
@ -180,7 +179,6 @@
|
|||
Util.log(Path.basename(lName));
|
||||
|
||||
lName = DIR + lName;
|
||||
|
||||
lMin = Minify.allowed,
|
||||
lExt = Util.getExtension(lName),
|
||||
lResult = lExt === '.js' && lMin.js ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue