| Index: runtime/observatory/lib/src/service/object.dart
|
| diff --git a/runtime/observatory/lib/src/service/object.dart b/runtime/observatory/lib/src/service/object.dart
|
| index b1d3f15c64db3e886ba4b73f3c574d73b9311695..791eb5044034889ad375e442c618039bb4875fc2 100644
|
| --- a/runtime/observatory/lib/src/service/object.dart
|
| +++ b/runtime/observatory/lib/src/service/object.dart
|
| @@ -834,8 +834,8 @@ abstract class VM extends ServiceObjectOwner {
|
| await listenEventStream(kIsolateStream, _dispatchEventToIsolate);
|
| await listenEventStream(kDebugStream, _dispatchEventToIsolate);
|
| await listenEventStream(_kGraphStream, _dispatchEventToIsolate);
|
| - } on FakeVMRpcException catch (e) {
|
| - // ignore FakeVMRpcExceptions here.
|
| + } on FakeVMRpcException catch (_) {
|
| + // ignore FakeVMRpcExceptions here.
|
| }
|
| }
|
| return await invokeRpcNoUpgrade('getVM', {});
|
|
|