mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
minor changes
This commit is contained in:
parent
26be171334
commit
ce2a3e9e6f
1 changed files with 3 additions and 1 deletions
|
|
@ -165,8 +165,10 @@
|
|||
console.log('Cloud Commander server running at http://' +
|
||||
this.IP + ':' + this.Port);
|
||||
}, this));
|
||||
if(lError)
|
||||
if(lError){
|
||||
console.log('Cloud Commander server could not started');
|
||||
console.log(lError);
|
||||
}
|
||||
}else
|
||||
console.log('Cloud Commander testing mode');
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue