Skip to content

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

Open
@whatacold

Description

@whatacold

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions