authorgravatar for igor.anic@gmail.comIgor Anić <igor.anic@gmail.com> 2024-03-20 22:22:17+01:00
committergravatar for igor.anic@gmail.comIgor Anić <igor.anic@gmail.com> 2024-04-03 17:06:20+02:00
log15ca0c947176779cb57e2c0946b6a11ba0367257
tree950750a995a65dbb41e91a1182dc84145a57e0fc
parenta5a928b9668f244a7c5d53f5c75de0152c79f5f6

fix typo


1 files changed, 1 insertions(+), 1 deletions(-)

src/Package/Fetch.zig+1-1
...@@ -536,7 +536,7 @@ fn runResource(...@@ -536,7 +536,7 @@ fn runResource(
536 ) });536 ) });
537 return error.FetchFailed;537 return error.FetchFailed;
538 };538 };
539 // Remove temporary directory root if that not already done in rename.539 // Remove temporary directory root if that's not already done in rename.
540 if (tmp_package_root_sub_path) |_| {540 if (tmp_package_root_sub_path) |_| {
541 cache_root.handle.deleteTree(tmp_dir_sub_path) catch {};541 cache_root.handle.deleteTree(tmp_dir_sub_path) catch {};
542 }542 }