| Index: pkg/barback/lib/src/phase_output.dart
|
| diff --git a/pkg/barback/lib/src/phase_output.dart b/pkg/barback/lib/src/phase_output.dart
|
| index 180715661105cbf87c254d5a8ffc99ed2cf57ce1..bb5f176c26edb29b0835e336a4fba85ce2b9b09d 100644
|
| --- a/pkg/barback/lib/src/phase_output.dart
|
| +++ b/pkg/barback/lib/src/phase_output.dart
|
| @@ -36,7 +36,8 @@ class PhaseOutput {
|
| /// A stream that emits an [AssetNode] each time this output starts forwarding
|
| /// a new asset.
|
| Stream<AssetNode> get onAsset => _onAssetController.stream;
|
| - final _onAssetController = new StreamController<AssetNode>(sync: true);
|
| + final _onAssetController =
|
| + new StreamController<AssetNode>.broadcast(sync: true);
|
|
|
| /// The assets for this output.
|
| ///
|
|
|