Fixed changes from code review

This commit is contained in:
Nathan Byrd 2022-03-28 14:18:00 -05:00
parent 4aed3c059d
commit abaca6c8ef
4 changed files with 66 additions and 3 deletions

View file

@ -24,7 +24,7 @@ function ANSIEscapeParser(options) {
this.scrollBack = 0;
this.graphicRendition = {};
if(options.startRow != null) {
if(!_.isNil(options.startRow)) {
this.row = options.startRow;
}
else {