diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-02 10:56:26 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-02 10:56:26 -0400 |
commit | 74f0d67aa3988a71f3a53b88de4344272d924b95 (patch) | |
tree | fb574adaaec5ecf3598e597cd72183bed48156e4 /GPL | |
parent | 9517fbb9488aac6750b9599db358da8d72a2343e (diff) |
avoid untrappable exception if dirContentsRecursive is run on a directory
that doesn't exist, or cannot be read
The problem is its use of unsafeInterleaveIO, which causes its IO code
to run when the thunk is forced, outside any exception trapping the caller
may do.
Diffstat (limited to 'GPL')
0 files changed, 0 insertions, 0 deletions