| Index: sdk/lib/io/directory_impl.dart
|
| diff --git a/sdk/lib/io/directory_impl.dart b/sdk/lib/io/directory_impl.dart
|
| index 55b69149844c632a6af6f4cffc300df140fa47d3..4472fcb4d3550c3419c4794a3fb408cd5b6068e5 100644
|
| --- a/sdk/lib/io/directory_impl.dart
|
| +++ b/sdk/lib/io/directory_impl.dart
|
| @@ -327,7 +327,8 @@ class _AsyncDirectoryLister {
|
| bool this.followLinks) {
|
| controller = new StreamController(onListen: onListen,
|
| onResume: onResume,
|
| - onCancel: onCancel);
|
| + onCancel: onCancel,
|
| + sync: true);
|
| }
|
|
|
| Stream get stream => controller.stream;
|
|
|