Skip to content
New issue

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

Fix for #82, while maintaining compatibility with #72. Uses fs.watch as a fallback. #85

Merged
merged 1 commit into from
Apr 23, 2012

Conversation

dylanmcd
Copy link
Contributor

Some versions of find (like those in some Debian flavored distros) don't support searching by seconds since modification. This patch checks to see if the current version of find has support, and if it doesn't it reverts back to the fs.watch method for checking for modifications.

remy added a commit that referenced this pull request Apr 23, 2012
Fix for #82, while maintaining compatibility with #72. Uses fs.watch as a fallback.
@remy remy merged commit c4a057e into remy:master Apr 23, 2012
@remy
Copy link
Owner

remy commented Apr 23, 2012

Thanks for this (and the other) patch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants