mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
minor changes
This commit is contained in:
parent
673ef7e229
commit
24f31e9a92
1 changed files with 2 additions and 2 deletions
|
|
@ -158,8 +158,8 @@
|
|||
var lListen;
|
||||
if(lConfig.socket && CloudServer.Socket){
|
||||
lListen = CloudServer.Socket.listen(this.Server);
|
||||
}
|
||||
console.log('sockets' + lListen ? 'running' :'disabled');
|
||||
}
|
||||
console.log('sockets ' + (lListen ? 'running' : 'disabled'));
|
||||
|
||||
console.log('Cloud Commander server running at http://' +
|
||||
this.IP + ':' + this.Port);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue