We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e7964b commit abac874Copy full SHA for abac874
src/ext/bg.ts
@@ -357,7 +357,7 @@ async function startRecorder(tabId, opts) {
357
}
358
359
let err = null;
360
- // @ts-expect-error - TS7034 - Variable 'err' implicitly has type 'any' in some locations where its type cannot be determined.
+ // @ts-expect-error - TS7034 - Variable 'sidepanelPort' implicitly has type 'any' in some locations where its type cannot be determined.
361
if (sidepanelPort) {
362
sidepanelPort.postMessage({ type: "update" });
363
0 commit comments