mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-22 02:35:56 +02:00
* Fix Cursor Position Report (CPR) handling!
This commit is contained in:
parent
1dff6a6906
commit
7cfe72d53b
3 changed files with 33 additions and 4 deletions
|
@ -83,6 +83,7 @@ var clientConnections = [];
|
|||
function startListening() {
|
||||
if(!conf.config.servers) {
|
||||
// :TODO: Log error ... output to stderr as well. We can do it all with the logger
|
||||
logger.log.error('No servers configured');
|
||||
return [];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue