| Index: pkg/barback/lib/src/node_streams.dart
|
| diff --git a/pkg/barback/lib/src/node_streams.dart b/pkg/barback/lib/src/node_streams.dart
|
| index 194314f656c09a5b19a601f5e441663b3d77a43c..58d0f3b2f4d0feebf5f2bd79c6a38abd59382be9 100644
|
| --- a/pkg/barback/lib/src/node_streams.dart
|
| +++ b/pkg/barback/lib/src/node_streams.dart
|
| @@ -39,6 +39,9 @@ class NodeStreams {
|
|
|
| var _previousStatus = NodeStatus.RUNNING;
|
|
|
| + /// Whether [this] has been closed.
|
| + bool get isClosed => onAssetController.isClosed;
|
| +
|
| NodeStreams() {
|
| onAssetPool.add(onAssetController.stream);
|
| onLogPool.add(onLogController.stream);
|
|
|