We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb3ffb commit 1a844a6Copy full SHA for 1a844a6
doc/api/fs.md
@@ -3796,6 +3796,9 @@ The recursive option is only supported on macOS and Windows.
3796
An `ERR_FEATURE_UNAVAILABLE_ON_PLATFORM` exception will be thrown
3797
when the option is used on a platform that does not support it.
3798
3799
+On Windows, no events will be emitted if the watched directory is moved or
3800
+renamed. An `EPERM` error is reported when the watched directory is deleted.
3801
+
3802
#### Availability
3803
3804
<!--type=misc-->
0 commit comments