shama / gaze

:crystal_ball: A globbing fs.watch wrapper built from the best parts of other fine watch libs.
MIT License
1.16k stars 167 forks source link

Missing event emmission when a folder with a file is moved to the watched folder #253

Open kireerik opened 5 years ago

kireerik commented 5 years ago

When a folder containing a file is copied or moved to the watched folder only the folder is reported as added and the file within the folder is not reported as added.

I would probably expect the file to be reported as added as well.

Environment: Version 1.1.3 Windows Node.js version 11.5.0