diff --git a/doc/api/fs.md b/doc/api/fs.md index ae339f6da2fa41..116b3bdc73a887 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -3805,6 +3805,9 @@ unavailable in some situations. The recursive option is only supported on macOS and Windows. +On Windows, no events will be emitted if the watched directory is moved or +renamed. An `EPERM` error is reported when the watched directory is deleted. + #### Availability