Skip to main content

Module error_propagator

Module error_propagator 

Source
Expand description

Error propagator for subprocess invocations (v1.0.75 — G22 P16/P17)

Structs§

ErrorPropagator
Captures the exit code, stdout and stderr of a subprocess and converts it into a structured AppError. The previous behaviour in src/commands/codex_spawn.rs swallowed stderr; this propagates it.