Skip to content

Commit 0dff5bc

Browse files
iandrcjasnell
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 <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 0fd7369 commit 0dff5bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/api/fs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4016,6 +4016,7 @@ to be notified of filesystem changes.
40164016
* On SunOS systems (including Solaris and SmartOS), this uses [`event ports`][].
40174017
* On Windows systems, this feature depends on [`ReadDirectoryChangesW`][].
40184018
* On Aix systems, this feature depends on [`AHAFS`][], which must be enabled.
4019+
* On IBM i systems, this feature is not supported.
40194020

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

0 commit comments

Comments
 (0)