mirror of
https://github.com/yamadashy/repomix.git
synced 2026-05-30 11:18:53 +02:00
cb00a7cbc0
Add three test cases for handleProgress: - Callback is invoked with progress messages from pack() - Async callback rejection is isolated (pack completes, error logged) - Spinner still updates when callback throws synchronously Also restore the outer try-catch for sync errors — Promise.resolve() only catches async rejections, not synchronous throws from the callback invocation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>