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
Currently the FSEvents backend supports watching single files, the inotify backend doesn't.
Go's fsnotify, Ruby's Listen, Facebook's Watchman and others also do not support watching single files.
Phase 0 of this feature is research:
If that last point can be answered by yes, another question is whether this behaviour would be better done in a separate package.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the FSEvents backend supports watching single files, the inotify backend doesn't.
Go's fsnotify, Ruby's Listen, Facebook's Watchman and others also do not support watching single files.
Phase 0 of this feature is research:
If that last point can be answered by yes, another question is whether this behaviour would be better done in a separate package.
The text was updated successfully, but these errors were encountered: