mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 22:33:08 +00:00
when a Run step that captures stderr fails, no output from it is visible by the user and, since the step failed, any downstream step that would process the captured stream will not run, making it impossible for the user to see the stderr output from the failed process invocation, which makes for a frustrating puzzle when this happens in CI.