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

MacOSX WatchService check for null file in recursiveListFiles #8

Merged
merged 1 commit into from
Aug 26, 2015

Conversation

stevegury
Copy link
Member

It's possible to have listFiles return a null in specific conditions (I believe if the directory is deleted).
This code should check for that before using the file variable.

It's possible to have listFiles return a null in specific conditions (I believe if the directory is deleted).
This code should check for that before using the file variable.
robertroeser added a commit that referenced this pull request Aug 26, 2015
MacOSX WatchService check for null file in recursiveListFiles
@robertroeser robertroeser merged commit 46a740b into master Aug 26, 2015
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.

2 participants