mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 22:54:37 +02:00
* Minor fixes
This commit is contained in:
parent
2c8ce36154
commit
45aa97071e
2 changed files with 6 additions and 2 deletions
|
@ -183,6 +183,10 @@ function startListening() {
|
|||
});
|
||||
});
|
||||
|
||||
server.on('error', function serverErr(err) {
|
||||
logger.log.info(err); // 'close' should be handled after
|
||||
});
|
||||
|
||||
server.listen(port);
|
||||
logger.log.info({ server : module.moduleInfo.name, port : port }, 'Listening for connections');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue