beholder icon indicating copy to clipboard operation
beholder copied to clipboard

No modify event emitted when the content isn't changed

Open whatacold opened this issue 1 year ago • 0 comments

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?

whatacold avatar Sep 28 '24 16:09 whatacold