summaryrefslogtreecommitdiff
path: root/Utility
diff options
context:
space:
mode:
Diffstat (limited to 'Utility')
-rw-r--r--Utility/FSEvents.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/FSEvents.hs b/Utility/FSEvents.hs
index 8fd676d9e..fc5dc0a7a 100644
--- a/Utility/FSEvents.hs
+++ b/Utility/FSEvents.hs
@@ -19,7 +19,7 @@ watchDir dir ignored hooks = do
unlessM fileLevelEventsSupported $
error "Need at least OSX 10.7.0 for file-level FSEvents"
scan dir
- eventStreamCreate [dir] 1.0 True False True handle
+ eventStreamCreate [dir] 1.0 True True True handle
where
handle evt
| ignoredPath ignored (eventPath evt) = noop