Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No modify event emitted when the content isn't changed #9

Open
whatacold opened this issue Sep 28, 2024 · 0 comments
Open

No modify event emitted when the content isn't changed #9

whatacold opened this issue Sep 28, 2024 · 0 comments

Comments

@whatacold
Copy link

Hi,

Just tried beholder a bit:

(require '[nextjournal.beholder :as beholder])

(def watcher
     (beholder/watch prn "/tmp/"))

But it didn't emit the modify event when the file is not changed, for
example, run touch /tmp/t.txt. But it did when I changed the file by
doing date > /tmp/t.txt.

Is it by design?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant