You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Between polling for the list of files to watch and running getModificationTime, the underlying file could have been deleted or moved. This will result in an unhandled failure.
The text was updated successfully, but these errors were encountered:
I believe there is a race condition here:
https://github.com/dart-lang/watcher/blob/master/lib/src/directory_watcher/polling.dart#L136
Between polling for the list of files to watch and running
getModificationTime
, the underlying file could have been deleted or moved. This will result in an unhandled failure.The text was updated successfully, but these errors were encountered: