We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fs.watch apparently doesn't work on certain OSes, in particular OSX Snow Leopard. Should we rewrite part to have no dependence on fs.watch?
fs.watch
The text was updated successfully, but these errors were encountered:
I think backward support is really tricky. Snow Leopard was quite a long ago.
Sorry, something went wrong.
The doc says:
You can still use fs.watchFile, which uses stat polling, but it is slower and less reliable.
I think that could be a fall-back without doing any big changes.
OK makes sense
On Mon, May 19, 2014 at 12:05 PM, Soumith Chintala <[email protected]
wrote: The doc says: You can still use fs.watchFile, which uses stat polling, but it is slower and less reliable. I think that could be a fall-back without doing any big changes. — Reply to this email directly or view it on GitHubhttps://github.com//issues/8#issuecomment-43523323 .
wrote:
— Reply to this email directly or view it on GitHubhttps://github.com//issues/8#issuecomment-43523323 .
#15 fixes this issue.
No branches or pull requests
fs.watch
apparently doesn't work on certain OSes, in particular OSX Snow Leopard. Should we rewrite part to have no dependence on fs.watch?The text was updated successfully, but these errors were encountered: