-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
Unref FSWatcher #33096
Copy link
Copy link
Closed
Labels
feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.fsIssues and PRs related to file-system APIs and the fs module.Issues and PRs related to file-system APIs and the fs module.
Description
Activity
Metadata
Metadata
Assignees
Labels
feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.fsIssues and PRs related to file-system APIs and the fs module.Issues and PRs related to file-system APIs and the fs module.
Is your feature request related to a problem? Please describe.
Currently, when you do
fs.watchFile(...)the process will run forever.Describe the solution you'd like
A possibility to
watcher.unref()would be great.Describe alternatives you've considered
Edit: seems like the code above is completely unnecessary 🤦♂️