Skip to content

Commit 3dda55a

Browse files
iandrcaddaleax
iandrc
authored andcommitted
doc: update fs.watch() availability for IBM i
Add a line that IBM i does not support `fs.watch()`. Fixes: #34607 Refs: https://nodejs.org/docs/latest/api/fs.html#fs_availability PR-URL: #34611 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent dc6e7f8 commit 3dda55a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/api/fs.md

+1
Original file line numberDiff line numberDiff line change
@@ -3894,6 +3894,7 @@ to be notified of filesystem changes.
38943894
* On SunOS systems (including Solaris and SmartOS), this uses [`event ports`][].
38953895
* On Windows systems, this feature depends on [`ReadDirectoryChangesW`][].
38963896
* On Aix systems, this feature depends on [`AHAFS`][], which must be enabled.
3897+
* On IBM i systems, this feature is not supported.
38973898

38983899
If the underlying functionality is not available for some reason, then
38993900
`fs.watch()` will not be able to function and may thrown an exception.

0 commit comments

Comments
 (0)