Commit 334b9a9
committed
fix(env): handle NotFound in remove_or_rename_to_old
Address PR review: explicitly check for NotFound when trying to
delete an .exe file, returning early instead of falling through
to the rename_to_old fallback.
Closes #13491 parent 9cd9a20 commit 334b9a9
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | | - | |
363 | | - | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
364 | 366 | | |
| 367 | + | |
365 | 368 | | |
366 | 369 | | |
367 | 370 | | |
| |||
0 commit comments