-
-
Notifications
You must be signed in to change notification settings - Fork 37.3k
Incomplete FSWatcher documentation.Β #7504
Copy link
Copy link
Closed
Labels
docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.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
docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.fsIssues and PRs related to file-system APIs and the fs module.Issues and PRs related to file-system APIs and the fs module.
Only the
changeanderrorevents are currently documented but there are other events, such asrename.See: https://nodejs.org/docs/latest/api/fs.html#fs_event_change
Also, I don't quite understand why a git branch change would cause a rename on existing files β anyone care to educate me? :)