Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Only throw exception when creating directory really failed in Ha…
…ndleFailureTrait (#2341) When multiple processes try to create a directory at the same time `mkdir` is going to fail and return false. This should not warrant an exception. This change ensures the directory exists - and only throws when it does not.
- Loading branch information