Skip to content

macOS: fs.watch does not report delete of watched folder #52055

@bpasero

Description

@bpasero

Version

v18.19.1

Platform

Darwin MBP-13-Work.local 23.4.0 Darwin Kernel Version 23.4.0: Wed Feb 21 21:44:06 PST 2024; root:xnu-10063.101.15~2/RELEASE_ARM64_T8103 arm64

Subsystem

fs

What steps will reproduce the bug?

Install a fs.watch on a folder path:

require("fs").watch("path to a folder", console.log);

Delete the folder from disk, for example with a fs.rm call.

How often does it reproduce? Is there a required condition?

Everytime.

What is the expected behavior? Why is that the expected behavior?

Deleting the watched folder path reports an event, similar to how an event is reported when watching a file path.

What do you see instead?

No event is fired when deleting the watched folder path.

Additional information

On Windows and Linux and event is reported.

Metadata

Metadata

Assignees

No one assigned

    Labels

    fsIssues and PRs related to the fs subsystem / file system.libuvIssues and PRs related to the libuv dependency or the uv binding.macosIssues and PRs related to the macOS platform / OSX.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions