Expand description
Error propagator for subprocess invocations (v1.0.75 — G22 P16/P17)
Structs§
- Error
Propagator - Captures the exit code, stdout and stderr of a subprocess and converts it
into a structured
AppError. The previous behaviour insrc/commands/codex_spawn.rsswallowed stderr; this propagates it.