mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-29 22:16:11 +02:00
Minor
This commit is contained in:
parent
be5d46be3c
commit
1aa545e254
2 changed files with 1 additions and 2 deletions
|
@ -134,7 +134,6 @@ exports.getModule = class BBSLinkModule extends MenuModule {
|
|||
host : self.config.host,
|
||||
};
|
||||
|
||||
let clientTerminated;
|
||||
let dataOut;
|
||||
|
||||
self.client.term.write(resetScreen());
|
||||
|
|
|
@ -18,7 +18,7 @@ function ansiDiscoverHomePosition(client, cb) {
|
|||
// think of home as 0,0. If this is the case, we need to offset
|
||||
// our positioning to accommodate for such.
|
||||
//
|
||||
const done = function(err) {
|
||||
const done = (err) => {
|
||||
client.removeListener('cursor position report', cprListener);
|
||||
clearTimeout(giveUpTimer);
|
||||
return cb(err);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue