Skip to content

Commit

Permalink
Merge pull request #1091 from bartenra/patch-1
Browse files Browse the repository at this point in the history
Add another downside to fs.watch
  • Loading branch information
paulmillr authored Apr 26, 2021
2 parents ff0c1dc + fad2efc commit 3573e94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Node.js `fs.watch`:
* Often reports events twice.
* Emits most changes as `rename`.
* Does not provide an easy way to recursively watch file trees.
* Does not support recursive watching on Linux.

Node.js `fs.watchFile`:

Expand Down

0 comments on commit 3573e94

Please sign in to comment.