You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wrapping up the callback for fs.watchFile prevents you from removing that watch handler, since passing in the unwrapped function will not allow you to remove the wrapped handler
The text was updated successfully, but these errors were encountered:
hayes
changed the title
async-listener breaks fs.unwatchFIle
async-listener breaks fs.unwatchFile
Dec 29, 2014
This is probably going to take some emitter-listener levels of monkeypatching to work around, although I doubt there's any way it can be more complicated than what I had to do to get .on() working properly with Streams.
Thanks for the report! I'll start thinking about how to address this.
wrapping up the callback for fs.watchFile prevents you from removing that watch handler, since passing in the unwrapped function will not allow you to remove the wrapped handler
The text was updated successfully, but these errors were encountered: