| Index: runtime/bin/file_patch.dart
|
| diff --git a/runtime/bin/file_patch.dart b/runtime/bin/file_patch.dart
|
| index 907b7f2aeda9476ee8b188e04dfe2b3cbdd9917d..96a5d16692075832272b52890a6c07777eace102 100644
|
| --- a/runtime/bin/file_patch.dart
|
| +++ b/runtime/bin/file_patch.dart
|
| @@ -61,7 +61,8 @@ class _FileSystemWatcherImpl
|
| "File system watching is not supported on this system",
|
| _path);
|
| }
|
| - _controller = new StreamController(onListen: _listen, onCancel: _cancel);
|
| + _controller = new StreamController.broadcast(onListen: _listen,
|
| + onCancel: _cancel);
|
| }
|
|
|
| void _listen() {
|
|
|