-
-
Notifications
You must be signed in to change notification settings - Fork 35.5k
fs.watch() listener called with null filename argumentΒ #61520
Copy link
Copy link
Open
Labels
freebsdIssues and PRs related to the FreeBSD platform.Issues and PRs related to the FreeBSD platform.fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.smartosIssues and PRs related to the SmartOS platform.Issues and PRs related to the SmartOS platform.
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 the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.smartosIssues and PRs related to the SmartOS platform.Issues and PRs related to the SmartOS platform.
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