mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
mino changes
This commit is contained in:
parent
7ab459e9e8
commit
d67905e5ea
1 changed files with 5 additions and 2 deletions
|
|
@ -109,8 +109,11 @@
|
|||
lModule = require(pSrc);
|
||||
});
|
||||
|
||||
if(lError)
|
||||
console.log(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