fix linter warning

This commit is contained in:
Jörg Breitbart
2021-02-25 15:44:39 +01:00
parent bce3269e44
commit 9985ae2c38
+1 -1
View File
@@ -536,7 +536,7 @@ export class EscapeSequenceParser extends Disposable implements IEscapeSequenceP
// - handlers are not exhausted yet
// FIXME: removing handlers from within a handler of the same sequence
// is not supported atm (also true for sync handlers)!!
let handlers = this._parseStack.handlers;
const handlers = this._parseStack.handlers;
let handlerPos = this._parseStack.handlerPos - 1;
switch (this._parseStack.state) {
case ParserStackType.CSI: