-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
Closed
Labels
fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.macosIssues and PRs related to the macOS platform / OSX.Issues and PRs related to the macOS platform / OSX.wontfixIssues that will not be fixed.Issues that will not be fixed.
Description
- Version: v6.2.2
- Platform: Darwin 15.5.0 Darwin Kernel Version 15.5.0: Tue Apr 19 18:36:36 PDT 2016; root:xnu-3248.50.21~8/RELEASE_X86_64 x86_64
- Subsystem: File System
No matter what manipulation of the file is made, the callback parameter event is set to "rename":
fs.watch('./tmp', function(event, filename) {
console.log(event);
});
// Create file
> rename
// Rename file
> rename
// Delete file
> rename
chyingp, Aksana-Tsishchanka, notflip and aralroca
Metadata
Metadata
Assignees
Labels
fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.macosIssues and PRs related to the macOS platform / OSX.Issues and PRs related to the macOS platform / OSX.wontfixIssues that will not be fixed.Issues that will not be fixed.