-
-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ensure metadata is updated correctly so that
watchFile
is corr…
…ectly triggered (#891) * fix: some metadata changes not follow common unix filesystem lead to node.watchFile not trigger 1. nlink default value is 2 2. add subfolder nlink++ 3. atime updated 4. ctime updated after uid/gid/atime/mtime/perm/nlink updated #889 * fix: ignore . and .. from readdir refactor: add the appropriate modifiers to properties & getters & setters. Co-authored-by: Gareth Jones <[email protected]> --------- Co-authored-by: Gareth Jones <[email protected]>
- Loading branch information
Showing
4 changed files
with
163 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters