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
🌱 (chore): use errors.As and wrap exec errors in repository.go
Refactored error handling in `repository.go`:
- Replaced type assertion with `errors.As` for `*exec.ExitError`
- Ensured command stderr is preserved in the wrapped `fmt.Errorf` output
- Set up for better error introspection and debugging
0 commit comments