mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 01:47:35 +00:00
refactored
This commit is contained in:
parent
d7cb9b45a5
commit
2feb341f39
1 changed files with 2 additions and 4 deletions
|
|
@ -159,10 +159,8 @@
|
|||
if(lConfig.socket && CloudServer.Socket){
|
||||
lListen = CloudServer.Socket.listen(this.Server);
|
||||
}
|
||||
console.log('sockets ' + (lListen ? 'running' : 'disabled'));
|
||||
|
||||
console.log('Cloud Commander server running at http://' +
|
||||
this.IP + ':' + this.Port);
|
||||
console.log('* Sockets ' + (lListen ? 'running' : 'disabled') + '\n' +
|
||||
'* Server running at http://' + this.IP + ':' + this.Port);
|
||||
}, this));
|
||||
|
||||
if(lError){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue