mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +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.