* Fix Cursor Position Report (CPR) handling!

This commit is contained in:
Bryan 2014-10-29 01:33:04 -06:00
parent 1dff6a6906
commit 7cfe72d53b
3 changed files with 33 additions and 4 deletions

View file

@ -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 [];
}