Skip to content
This repository was archived by the owner on Apr 9, 2026. It is now read-only.
This repository was archived by the owner on Apr 9, 2026. It is now read-only.

Replace remaining empty catch blocks with descriptive comments #11

@wooo-jin

Description

@wooo-jin

~100 catch blocks in src/ previously used /* ignore */. Most have been fixed in #10, but any new ones should follow the same pattern:

  • If debugLog is imported: use catch (e) { debugLog('module', 'what failed', e); }
  • If not: add a specific comment explaining WHY it's safe to ignore

Files: grep -r 'catch.*ignore' src/
Difficulty: Easy

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions