yuanchuan / node-watch

A wrapper and enhancements for fs.watch
https://npm.im/node-watch
MIT License
340 stars 44 forks source link

Follow symlink #100

Closed linonetwo closed 4 years ago

linonetwo commented 4 years ago

Seems you are not following the shortcut to another folder, changes in that linked folder is not watched.

yuanchuan commented 4 years ago

The behavior of node-watch respects to fs.watch.

linonetwo commented 4 years ago

Okay, I can manually do this.