summaryrefslogtreecommitdiff
path: root/Utility/DirWatcher/Win32Notify.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Utility/DirWatcher/Win32Notify.hs')
-rw-r--r--Utility/DirWatcher/Win32Notify.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/DirWatcher/Win32Notify.hs b/Utility/DirWatcher/Win32Notify.hs
index 74b36b4f1..27175e1c8 100644
--- a/Utility/DirWatcher/Win32Notify.hs
+++ b/Utility/DirWatcher/Win32Notify.hs
@@ -42,7 +42,7 @@ watchDir dir ignored hooks = do
runhook h s = maybe noop (\a -> a (filePath evt) s) (h hooks)
scan d = unless (ignoredPath ignored d) $
- mapM_ go =<< dirContentsRecursive d
+ mapM_ go =<< dirContentsRecursiveSkipping (const False) False d
where
go f
| ignoredPath ignored f = noop