mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
minor changes
This commit is contained in:
parent
2c2d0c5515
commit
5c71f480c2
1 changed files with 2 additions and 2 deletions
|
|
@ -104,7 +104,7 @@ CloudServer.init=(function(){
|
|||
process.chdir(lServerDir);
|
||||
|
||||
try{
|
||||
console.log('reading configureation file config.json...');
|
||||
console.log('reading configuretion file config.json...');
|
||||
this.Config = require('./config');
|
||||
console.log('config.json readed');
|
||||
|
||||
|
|
@ -125,7 +125,7 @@ CloudServer.init=(function(){
|
|||
this.writeLogsToFile();
|
||||
}
|
||||
} catch (pError) {
|
||||
console.log('warning: configureation file config.json not found...\n' +
|
||||
console.log('warning: configuretion file config.json not found...\n' +
|
||||
'using default values...\n' +
|
||||
JSON.stringify(CloudServer.Config));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue