fix build failure in windows code
This commit is contained in:
parent
ea2f255bcc
commit
52a46585b9
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ withTmpDirIn tmpdir template = bracket create remove
|
||||||
-- after a process has just written to it and exited.
|
-- after a process has just written to it and exited.
|
||||||
-- Because it's crap, presumably. So, ignore failure
|
-- Because it's crap, presumably. So, ignore failure
|
||||||
-- to delete the temp directory.
|
-- to delete the temp directory.
|
||||||
catchIO $ removeDirectoryRecursive d
|
void $ catchIO $ removeDirectoryRecursive d
|
||||||
#else
|
#else
|
||||||
removeDirectoryRecursive d
|
removeDirectoryRecursive d
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue