commit | 3feb0dd9654c1456e4e31b6ac1f809ce1372c358 | [log] [tgz] |
---|---|---|
author | Nate Bosch <nbosch@google.com> | Wed May 04 15:55:32 2022 -0700 |
committer | GitHub <noreply@github.com> | Wed May 04 15:55:32 2022 -0700 |
tree | 989c0e1f8ca59a4ca81b4a4e6235334ff8cdb859 | |
parent | 8290edd5422428aab106dc485067da5650a2fba5 [diff] |
Don't throw for missing directories (dart-lang/glob#60) Closes dart-lang/glob#59 Treated as non-breaking because it only turns errors into non-errors. Ignore all missing directory errors from the filesystem, instead of only ignoring those which come from a directory operation after the first wildcard.