Commit 8bb0b9c
prevent unlink errors instead of attempting to suppress them (#48)
even with @, unlink still throws warnings if the file is not found, so we need to check file existence before trying to unlink it
Co-authored-by: John Hunt <[email protected]>1 parent 34b3efa commit 8bb0b9c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
774 | 774 | | |
775 | 775 | | |
776 | 776 | | |
777 | | - | |
| 777 | + | |
778 | 778 | | |
779 | 779 | | |
780 | 780 | | |
| |||
0 commit comments