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
899c4f1227
commit
9e169c70cd
1 changed files with 4 additions and 2 deletions
|
|
@ -194,11 +194,13 @@ CloudServer.init=(function(){
|
|||
}
|
||||
};
|
||||
try{
|
||||
console.log('reading configureation file config.json...');
|
||||
lConfig=require('./config');
|
||||
console.log('config.json readed');
|
||||
}catch(pError){
|
||||
console.log('warning: configureation file not found...\n' +
|
||||
console.log('warning: configureation file config.json not found...\n' +
|
||||
'using default values...\n' +
|
||||
lConfig);
|
||||
JSON.stringify(lConfig));
|
||||
}
|
||||
|
||||
/* Переменная в которой храниться кэш*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue