- Improve handling of
FileSystemException: Directory watcher closed unexpectedlyon Windows. The
watcher was already attempting to restart after this error and resume sending
events. But, the restart would sometimes silently fail. Now, it is more
reliable. - Improving handling of directories that are created then immediately deleted on
Windows. Previously, that could cause aPathNotfoundExceptionto be thrown.