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

Fixes ENOENT issue when a folder is added and quickly removed #229

Closed alexgorbatchev closed 8 years ago

alexgorbatchev commented 8 years ago

This issue was occurring for me while watching files. A unit test would create a folder and remove it before readdirSync had a chance to read it, thereby causing an exception.

shama commented 8 years ago

Thanks!

alexgorbatchev commented 7 years ago

@shama could you please publish this?

I know you are probably very busy, if you would like some help with this, I'm a maintainer and publisher for lots of NPM modules and would gladly take care of basic house keeping for this module here and there :)

My NPM is https://www.npmjs.com/~alexgorbatchev My Github is https://github.com/alexgorbatchev

Add me on NPM with the npm owner add alexgorbatchev and on Github as a contributor.

Cheers!

shama commented 7 years ago

@alexgorbatchev Thanks for the ping! I'm rebuilding the Windows tests and then will publish a new patch. I've added you as an owner of this project as well. Thanks for your help!

shama commented 7 years ago

Published as 1.1.2. Thanks!

alexgorbatchev commented 7 years ago

Thank you so much! 👍 💯