mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
parent
3331c5e7af
commit
9e684e8d1a
@ -2365,7 +2365,7 @@ fn renameTmpIntoCache(
|
||||
// See https://github.com/ziglang/zig/issues/8362
|
||||
error.AccessDenied => switch (builtin.os.tag) {
|
||||
.windows => {
|
||||
if (!seen_eaccess) return error.AccessDenied;
|
||||
if (seen_eaccess) return error.AccessDenied;
|
||||
seen_eaccess = true;
|
||||
try cache_directory.handle.deleteTree(o_sub_path);
|
||||
continue;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user