cleanup
This commit is contained in:
parent
62a35162a0
commit
fb85d8e563
1 changed files with 2 additions and 2 deletions
|
@ -240,9 +240,9 @@ runHooks kq hooks = do
|
|||
forM_ changes $ dispatch (kqueueMap q')
|
||||
loop q'
|
||||
|
||||
dispatch dirmap change@(Deleted _) =
|
||||
dispatch _ change@(Deleted _) =
|
||||
callhook delHook Nothing change
|
||||
dispatch dirmap change@(DeletedDir _) =
|
||||
dispatch _ change@(DeletedDir _) =
|
||||
callhook delDirHook Nothing change
|
||||
dispatch dirmap change@(Added _) =
|
||||
withstatus change $ dispatchadd dirmap
|
||||
|
|
Loading…
Reference in a new issue