We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631a9e2 commit 18b18e4Copy full SHA for 18b18e4
1 file changed
src/content-script/index.jsx
@@ -899,7 +899,9 @@ async function run() {
899
900
await prepareForSelectionTools()
901
await prepareForSelectionToolsTouch()
902
- await prepareForStaticCard()
+ prepareForStaticCard().catch((error) => {
903
+ console.error('[content] Error in prepareForStaticCard (unhandled):', error)
904
+ })
905
await prepareForRightClickMenu()
906
prepareForJumpBackNotification().catch((error) => {
907
console.error('[content] Error in prepareForJumpBackNotification (unhandled):', error)
0 commit comments