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
a3fc78ae38
commit
79a29142ae
2 changed files with 2 additions and 5 deletions
|
|
@ -11,7 +11,7 @@
|
|||
"logs" : false,
|
||||
"show_keys_panel" : true,
|
||||
"server" : true,
|
||||
"socket" : false,
|
||||
"socket" : true,
|
||||
"port" : 80,
|
||||
"ip" : null,
|
||||
"rest" : true
|
||||
|
|
|
|||
|
|
@ -117,11 +117,8 @@
|
|||
lModule = require(pSrc);
|
||||
});
|
||||
|
||||
if(lError){
|
||||
if(lError)
|
||||
Util.log('Module ' + pSrc + ' not connected');
|
||||
Util.log('Change json/config.json to prevent this message');
|
||||
Util.log('or install module ' + pSrc);
|
||||
}
|
||||
|
||||
return lModule;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue