You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix error handling in background message listener and clean up repo
- Made message listener async to properly catch Promise errors
- Changed from Promise chains to await pattern for better error handling
- Added block scoping for const declarations in switch cases
- Remove AGENTS.md from repository tracking
- Add Claude Code files (CLAUDE.md, .claude/, AGENTS.md) to .gitignore
The try/catch block can now properly handle errors from async functions
like getFeeds, getSavedFeeds, markAsRead, toggleSavedFeed, openFeedlyTab,
and getAccessToken.
Fixes#306
0 commit comments