mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
GetCurrentDirectory returns a path with a trailing slash iff the cwd is a root directory, making the code in `resolveWindows` return an invalid path with two consecutive slashes. Closes #10093