Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MacOSX WatchService check for null file in recursiveListFiles
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.
- Loading branch information