Nothing really

This commit is contained in:
Bryan Ashby 2017-08-06 11:31:56 -06:00
parent 0a079ee4d8
commit 70a53e9613
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ function ANSIEscapeParser(options) {
self.positionUpdated();
break;
case LF :
case LF :
self.emit('literal', text.slice(start, pos));
start = pos;