From 591f32d3eb844b27ef64b2a689a34d5552e55837 Mon Sep 17 00:00:00 2001 From: Megan Rogge Date: Wed, 9 Feb 2022 08:51:05 -0600 Subject: [PATCH] Update src/browser/Terminal.ts Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com> --- src/browser/Terminal.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browser/Terminal.ts b/src/browser/Terminal.ts index f1c799f2..0e030c1f 100644 --- a/src/browser/Terminal.ts +++ b/src/browser/Terminal.ts @@ -1008,7 +1008,7 @@ export class Terminal extends CoreTerminal implements ITerminal { if (this.buffer !== this.buffers.normal) { return undefined; } - return this.decorationService!.registerDecoration(decorationOptions); + return this.decorationService.registerDecoration(decorationOptions); } /**