mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +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.