You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I picked this library among others because it supports watching single files rather than directories (unlike other libraries like clojure-watch or juxt/dirwatch). However, I ran into an issue:
If I start a watcher on a single file that does not exist, it does not notice when the file is created.
But if I start it when the file exists, it notices deletion and creation.
Is this intended behavior?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello Will,
I picked this library among others because it supports watching single files rather than directories (unlike other libraries like clojure-watch or juxt/dirwatch). However, I ran into an issue:
If I start a watcher on a single file that does not exist, it does not notice when the file is created.
But if I start it when the file exists, it notices deletion and creation.
Is this intended behavior?
Thanks in advance.
The text was updated successfully, but these errors were encountered: