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
23f3141d7a
commit
a19bfbf160
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