Files
gstack/browse
Garry Tan 712af16138 refactor: replace empty catches with selective error handling in sidebar-agent
Convert 8 empty catch blocks to selective catches that check err.code
(ESRCH for process kills, ENOENT for file ops). Import safeUnlink for
cancel file cleanup. Unexpected errors now propagate instead of being
silently swallowed.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 04:45:15 -10:00
..