Closed
Description
If a file is created in a directory that doesn't exist, it's possible for two WatchEvent
s to be emitted for the creation of the same file.
For example, performing the following operation in a watched directory can reproduce the behavior:
File('new-dir/foo.txt').createSync(recursive: true);