Skip to content

Commit 419d614

Browse files
committed
💄
1 parent c850bfb commit 419d614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Popup/MainHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export default Vue.extend({
174174
chrome.tabs.insertCSS({ file: "/css/content.css" }, resolve);
175175
}
176176
);
177-
} catch (error) {
177+
} catch (error: any) {
178178
return reject(error);
179179
}
180180
}

0 commit comments

Comments
 (0)