addidential debugging
This commit is contained in:
parent
d986d24494
commit
8a547e82b1
1 changed files with 1 additions and 2 deletions
|
@ -102,8 +102,7 @@ watchDir i dir ignored scanevents hooks
|
||||||
| Files.isSymbolicLink s ->
|
| Files.isSymbolicLink s ->
|
||||||
when (hashook addSymlinkHook) $
|
when (hashook addSymlinkHook) $
|
||||||
runhook addSymlinkHook f ms
|
runhook addSymlinkHook f ms
|
||||||
| Files.isRegularFile s -> do
|
| Files.isRegularFile s ->
|
||||||
print ("ADDED")
|
|
||||||
when (hashook addHook) $
|
when (hashook addHook) $
|
||||||
runhook addHook f ms
|
runhook addHook f ms
|
||||||
_ -> noop
|
_ -> noop
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue