mirror of
https://github.com/ziglang/zig.git
synced 2026-02-14 05:20:34 +00:00
fix typo
This commit is contained in:
parent
a5a928b966
commit
15ca0c9471
@ -536,7 +536,7 @@ fn runResource(
|
||||
) });
|
||||
return error.FetchFailed;
|
||||
};
|
||||
// Remove temporary directory root if that not already done in rename.
|
||||
// Remove temporary directory root if that's not already done in rename.
|
||||
if (tmp_package_root_sub_path) |_| {
|
||||
cache_root.handle.deleteTree(tmp_dir_sub_path) catch {};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user