Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup: pr review suggestions
  • Loading branch information
bzoz committed Mar 11, 2020
commit 9a780473242c21428d0a7de72eaa6691c39686e4
4 changes: 2 additions & 2 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3773,8 +3773,8 @@ The recursive option is only supported on macOS and Windows.
An `ERR_FEATURE_UNAVAILABLE_ON_PLATFORM` exception will be thrown
when the option is used on a platform that does not support it.

On Windows no events will be emitted if the watched directory is moved or
renamed. If the watched directory is deleted `EPERM` error will be reported.
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

Expand Down