Skip to content

Commit 8f8c94a

Browse files
committed
Suppress unrecognized option warning in demo
1 parent 795839c commit 8f8c94a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo/client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ function initOptions(term: TerminalType): void {
451451
'termName',
452452
'cols', 'rows', // subsumed by "size" (colsRows) option
453453
// Complex option
454+
'documentOverride',
454455
'linkHandler',
455456
'logger',
456457
'theme',

0 commit comments

Comments
 (0)