Skip to content

Commit dd6bf20

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 f260bdd commit dd6bf20

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
@@ -3996,6 +3996,7 @@ to be notified of filesystem changes.
39963996
* On SunOS systems (including Solaris and SmartOS), this uses [`event ports`][].
39973997
* On Windows systems, this feature depends on [`ReadDirectoryChangesW`][].
39983998
* On Aix systems, this feature depends on [`AHAFS`][], which must be enabled.
3999+
* On IBM i systems, this feature is not supported.
39994000

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

0 commit comments

Comments
 (0)