Upgraded node.js and bumped version

This commit is contained in:
Nathan Byrd 2022-03-28 17:52:52 -05:00
parent ec2f6af1d0
commit 590f494f44
5 changed files with 9 additions and 6 deletions

View file

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