We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b567a63 commit 5c70db4Copy full SHA for 5c70db4
1 file changed
doc/api/fs.md
@@ -3893,10 +3893,10 @@ to be notified of filesystem changes.
3893
* On Aix systems, this feature depends on [`AHAFS`][], which must be enabled.
3894
3895
If the underlying functionality is not available for some reason, then
3896
-`fs.watch` will not be able to function. For example, watching files or
3897
-directories can be unreliable, and in some cases impossible, on network file
3898
-systems (NFS, SMB, etc), or host file systems when using virtualization software
3899
-such as Vagrant, Docker, etc.
+`fs.watch()` will not be able to function and may thrown an exception.
+For example, watching files or directories can be unreliable, and in some
+cases impossible, on network file systems (NFS, SMB, etc) or host file systems
+when using virtualization software such as Vagrant or Docker.
3900
3901
It is still possible to use `fs.watchFile()`, which uses stat polling, but
3902
this method is slower and less reliable.
0 commit comments