mirror of
https://github.com/ziglang/zig.git
synced 2026-02-05 06:03: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.