-
-
Notifications
You must be signed in to change notification settings - Fork 37.4k
fs.watch() listener called with null filename argument #61520
Copy link
Copy link
Closed as not planned
Labels
freebsdIssues and PRs related to the FreeBSD platform.Issues and PRs related to the FreeBSD platform.fsIssues and PRs related to file-system APIs and the fs module.Issues and PRs related to file-system APIs and the fs module.smartosIssues and PRs related to the SmartOS platform.Issues and PRs related to the SmartOS platform.staleIssues and PRs marked stale due to inactivity and scheduled for automatic closure.Issues and PRs marked stale due to inactivity and scheduled for automatic closure.
Description
Activity
Metadata
Metadata
Assignees
Labels
freebsdIssues and PRs related to the FreeBSD platform.Issues and PRs related to the FreeBSD platform.fsIssues and PRs related to file-system APIs and the fs module.Issues and PRs related to file-system APIs and the fs module.smartosIssues and PRs related to the SmartOS platform.Issues and PRs related to the SmartOS platform.staleIssues and PRs marked stale due to inactivity and scheduled for automatic closure.Issues and PRs marked stale due to inactivity and scheduled for automatic closure.
Version
main (commit 159ae48)
Platform
Subsystem
fs
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
Always.
What is the expected behavior? Why is that the expected behavior?
change file.txtis written to the standard output and the process exits. This is what happens when therecursiveoption is set totrue.What do you see instead?
change nullis written to the standard output and the process does not exit.Additional information
No response