| Index: runtime/bin/vmservice/vmservice_io.dart
|
| diff --git a/runtime/bin/vmservice/vmservice_io.dart b/runtime/bin/vmservice/vmservice_io.dart
|
| index 070a25c3dc62aa963153abcd6f9e864a5bfdab2d..75aa56c24d060a5bd59d369a341c11b5727838df 100644
|
| --- a/runtime/bin/vmservice/vmservice_io.dart
|
| +++ b/runtime/bin/vmservice/vmservice_io.dart
|
| @@ -31,7 +31,7 @@ Future<Server> serverFuture;
|
|
|
| _onShutdown() {
|
| if (server != null) {
|
| - server.close(true).catchError((e, st) => assert(e));
|
| + server.close(true).catchError((e, st) { assert(e); });
|
| }
|
| if (_signalSubscription != null) {
|
| _signalSubscription.cancel();
|
|
|