| commit | 07b47f3c8cc565b22d343baeba3366acdababb84 | [log] [tgz] |
|---|---|---|
| author | Michal Terepeta <michalt@google.com> | Thu Jan 07 20:06:14 2021 +0100 |
| committer | GitHub <noreply@github.com> | Thu Jan 07 11:06:14 2021 -0800 |
| tree | dd927e0169be717fd58c9fe436d3bbd4f189ac0f | |
| parent | 5e3fce1a80bff62be48c3ae4370c19523580a8a9 [diff] |
Fix registerCustomWatcher to allow nulls (dart-lang/watcher#107) The idea behind the closures passed to `registerCustomWatcher` is that they should return `null` if the particular implementation does not support the provided path (in which case we should fallback to other implementations). Modified a test to check this.