You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code for recursive directory removal used to work until 74f3b4a. Since that change it started to skip files under macOS (probably filesystem-specific and might be triggered under Linux too) and failing in PostChildrenCallback with ENOTEMPTY.
I am not sure this is expected behaviour, so either fixing or documenting it would be useful.
The following code for recursive directory removal used to work until 74f3b4a. Since that change it started to skip files under macOS (probably filesystem-specific and might be triggered under Linux too) and failing in
PostChildrenCallback
withENOTEMPTY
.I am not sure this is expected behaviour, so either fixing or documenting it would be useful.
The text was updated successfully, but these errors were encountered: