one more warning
This commit is contained in:
parent
c9a3e80d32
commit
66cdc4d612
1 changed files with 2 additions and 2 deletions
|
@ -19,9 +19,9 @@ watchDir dir ignored scanevents hooks = do
|
|||
unlessM fileLevelEventsSupported $
|
||||
error "Need at least OSX 10.7.0 for file-level FSEvents"
|
||||
scan dir
|
||||
eventStreamCreate [dir] 1.0 True True True go
|
||||
eventStreamCreate [dir] 1.0 True True True dispatch
|
||||
where
|
||||
go evt
|
||||
dispatch evt
|
||||
| ignoredPath ignored (eventPath evt) = noop
|
||||
| otherwise = do
|
||||
{- More than one flag may be set, if events occurred
|
||||
|
|
Loading…
Reference in a new issue