Skip to content

Commit 6c59234

Browse files
committed
Ignore expect error comment
1 parent f4860d4 commit 6c59234

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ext/bg.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ chrome.tabs.onRemoved.addListener((tabId) => {
486486
});
487487

488488
// ===========================================================================
489-
// @ts-expect-error - TS7006 - Parameter 'info' implicitly has an 'any' type. | TS7006 - Parameter 'tab' implicitly has an 'any' type.
489+
// // @ts-expect-error - TS7006 - Parameter 'info' implicitly has an 'any' type. | TS7006 - Parameter 'tab' implicitly has an 'any' type.
490490
// chrome.contextMenus.onClicked.addListener((info, tab) => {
491491
// switch (info.menuItemId) {
492492
// case "view-rec":

0 commit comments

Comments
 (0)