Skip to content

fix: add error handling to empty catch blocks#7283

Draft
alfonso-noriega wants to merge 1 commit intomainfrom
01-fix-empty-catch-blocks
Draft

fix: add error handling to empty catch blocks#7283
alfonso-noriega wants to merge 1 commit intomainfrom
01-fix-empty-catch-blocks

Conversation

@alfonso-noriega
Copy link
Copy Markdown
Contributor

WHY are these changes introduced?

Fixes #0000

WHAT is this pull request doing?

How to test your changes?

Post-release steps

Checklist

  • I've considered possible cross-platform impacts (Mac, Linux, Windows)
  • I've considered possible documentation changes
  • I've considered analytics changes to measure impact
  • The change is user-facing, so I've added a changelog entry with pnpm changeset add

The empty catch block in app-logs-polling.ts silently swallowed all
errors during app logs setup, making failures invisible to developers.

Added outputDebug logging so errors are captured in debug output
instead of being silently discarded.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant