| ... | @@ -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 | } |