This commit is contained in:
Igor Anić 2024-03-20 22:22:17 +01:00
parent a5a928b966
commit 15ca0c9471

View File

@ -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 {};
}