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: Do onChange binding in setup instead of watch #5

Merged
merged 1 commit into from
Jul 19, 2020

Conversation

madx
Copy link
Contributor

@madx madx commented Jul 17, 2020

This allows us binding the correct directory when walking the tree if the recursive option of fs.watch is not supported on the platform (such as on Linux)

Closes #4

This allows us binding the correct directory when walking the tree if the `recursive` option of `fs.watch` is not supported on the platform (such as on Linux)
Copy link
Owner

@lukeed lukeed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, another oversight that I'm glad you caught :)

@lukeed lukeed merged commit 4ffd888 into lukeed:master Jul 19, 2020
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.

Deep directories are not handled properly on Linux
2 participants