| Index: utils/pub/error_group.dart
|
| diff --git a/utils/pub/error_group.dart b/utils/pub/error_group.dart
|
| index f579d8ee0d975858f2d661a3b4598f44dfda3e4b..b5f8f8e9ea5fc1f9804b36411473a215e6238fae 100644
|
| --- a/utils/pub/error_group.dart
|
| +++ b/utils/pub/error_group.dart
|
| @@ -230,7 +230,7 @@ class _ErrorGroupStream extends Stream {
|
| StreamSubscription _subscription;
|
|
|
| /// Whether [this] has any listeners.
|
| - bool get _hasListeners => _controller.hasSubscribers;
|
| + bool get _hasListeners => _controller.hasListener;
|
|
|
| /// Creates a new [_ErrorGroupFuture] that's a child of [_group] and wraps
|
| /// [inner].
|
|
|