Skip to content

Commit abac874

Browse files
committed
ts comment fix
1 parent 3e7964b commit abac874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ext/bg.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ async function startRecorder(tabId, opts) {
357357
}
358358

359359
let err = null;
360-
// @ts-expect-error - TS7034 - Variable 'err' implicitly has type 'any' in some locations where its type cannot be determined.
360+
// @ts-expect-error - TS7034 - Variable 'sidepanelPort' implicitly has type 'any' in some locations where its type cannot be determined.
361361
if (sidepanelPort) {
362362
sidepanelPort.postMessage({ type: "update" });
363363
}

0 commit comments

Comments
 (0)