Skip to content

Commit fad2efc

Browse files
authored
Add another downside to fs.watch
1 parent ff0c1dc commit fad2efc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Node.js `fs.watch`:
1313
* Often reports events twice.
1414
* Emits most changes as `rename`.
1515
* Does not provide an easy way to recursively watch file trees.
16+
* Does not support recursive watching on Linux.
1617

1718
Node.js `fs.watchFile`:
1819

0 commit comments

Comments
 (0)