Skip to content

Commit

Permalink
Add EEXIST to common host errors, don't fail when creating director…
Browse files Browse the repository at this point in the history
…ies (#2878)

Calling `mkdir` when a directory exists returns `EEXIST` error, which we want to map to `IFS::Error::Exists`.

In `makeDirectories` call, it's not an error if an intermediate directory exists, otherwise the whole call will fail.
  • Loading branch information
mikee47 authored Aug 31, 2024
1 parent 4fff8a8 commit 2d33243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sming/Components/IFS

0 comments on commit 2d33243

Please sign in to comment.