mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
minor changes
This commit is contained in:
parent
96b67099f0
commit
b3e4d89a23
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