We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db75653 commit b0bb752Copy full SHA for b0bb752
core/src/Streamly/Internal/FileSystem/Posix/ReadDir.hsc
@@ -153,7 +153,7 @@ gstatDname followSym parent dname = do
153
x | x == 0 -> pure (False, False)
154
-- XXX Need to check if and how we should handle some errors
155
-- like EACCES.
156
- _ -> throwErrno "checkIfDirectory"
+ _ -> throwErrno ("gstatDname: " ++ Path.toString path)
157
158
-- | Checks if dname is a directory and additionaly returns if dname is a meta
159
-- directory.
0 commit comments