summaryrefslogtreecommitdiff
path: root/doc/api/fs.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/fs.md')
-rw-r--r--doc/api/fs.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/api/fs.md b/doc/api/fs.md
index 53a504f3ec..ea983a8c1c 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -3427,8 +3427,7 @@ to compare `curr.mtime` and `prev.mtime`.
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
-Unix Epoch). In Windows, `blksize` and `blocks` fields will be `undefined`,
-instead of zero. If the file is created later on, the listener will be called
+Unix Epoch). If the file is created later on, the listener will be called
again, with the latest stat objects. This is a change in functionality since
v0.10.