mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-28 13:36:16 +02:00
Upgraded node.js and bumped version
This commit is contained in:
parent
ec2f6af1d0
commit
590f494f44
5 changed files with 9 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue