We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22dc3bd commit 17b5fc0Copy full SHA for 17b5fc0
1 file changed
src/content-script/index.jsx
@@ -966,7 +966,9 @@ async function run() {
966
967
await prepareForSelectionTools()
968
await prepareForSelectionToolsTouch()
969
- await prepareForStaticCard()
+ prepareForStaticCard().catch((error) => {
970
+ console.error('[content] Error in prepareForStaticCard (unhandled):', error)
971
+ })
972
await prepareForRightClickMenu()
973
prepareForJumpBackNotification().catch((error) => {
974
console.error('[content] Error in prepareForJumpBackNotification (unhandled):', error)
0 commit comments