mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
minor changes
This commit is contained in:
parent
5c4fc9b437
commit
64a405743f
1 changed files with 3 additions and 0 deletions
|
|
@ -87,6 +87,9 @@
|
|||
|
||||
lHTTPServer = function(){
|
||||
Server = http.createServer( controller );
|
||||
Server.on('error', function (pError) {
|
||||
Util.log(pError);
|
||||
});
|
||||
Server.listen(lPort, lIP);
|
||||
lServerLog('http', lPort);
|
||||
lSockets(Server);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue