mirror of
https://github.com/ziglang/zig.git
synced 2026-02-01 20:23:38 +00:00
The error was caught and created a Step failure rather than bubbling up so that the interpreter logic could handle it. Fixes hundreds of test failures on Windows.