We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6af1b79 commit 632cc60Copy full SHA for 632cc60
1 file changed
src/content-script/index.jsx
@@ -882,7 +882,9 @@ async function run() {
882
883
await prepareForSelectionTools()
884
await prepareForSelectionToolsTouch()
885
- await prepareForStaticCard()
+ prepareForStaticCard().catch((error) => {
886
+ console.error('[content] Error in prepareForStaticCard (unhandled):', error)
887
+ })
888
await prepareForRightClickMenu()
889
prepareForJumpBackNotification().catch((error) => {
890
console.error('[content] Error in prepareForJumpBackNotification (unhandled):', error)
0 commit comments