doc: update fs.watchFile doc
The current wording suggests to compare Date objects, which won't work. PR-URL: https://github.com/nodejs/node/pull/40134 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
This commit is contained in:
parent
a2ed30b636
commit
2b02d2f844
@ -3990,7 +3990,7 @@ These stat objects are instances of `fs.Stat`. If the `bigint` option is `true`,
|
||||
the numeric values in these objects are specified as `BigInt`s.
|
||||
|
||||
To be notified when the file was modified, not just accessed, it is necessary
|
||||
to compare `curr.mtime` and `prev.mtime`.
|
||||
to compare `curr.mtimeMs` and `prev.mtimeMs`.
|
||||
|
||||
When an `fs.watchFile` operation results in an `ENOENT` error, it
|
||||
will invoke the listener once, with all the fields zeroed (or, for dates, the
|
||||
|
Loading…
x
Reference in New Issue
Block a user