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
Line 408 is the one ignoring the error, but the error is in line 403, not 406. I think. Posix.getFileStatus throws an exception and line 408 does a return () after that.
Also, isAlreadyExistsError and isPermissionError (Line 396) are handled together. They should be separate so than we can get an exception if there is a permissions error.
AFAICT
directory/System/Directory.hs
Line 408 in 68f85c8
directory/System/Directory.hs
Line 406 in 68f85c8
The text was updated successfully, but these errors were encountered: