| Index: lib/src/runner/vm/catch_isolate_errors.dart
|
| diff --git a/lib/src/runner/vm/catch_isolate_errors.dart b/lib/src/runner/vm/catch_isolate_errors.dart
|
| index c42719726243b1437b1086e3bedbc88ab0672eb5..90630cc8263137b86a9c24dc2cec9a8ab82af53b 100644
|
| --- a/lib/src/runner/vm/catch_isolate_errors.dart
|
| +++ b/lib/src/runner/vm/catch_isolate_errors.dart
|
| @@ -2,8 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -import 'dart:isolate';
|
| import 'dart:async';
|
| +import 'dart:isolate';
|
|
|
| import 'package:stack_trace/stack_trace.dart';
|
|
|
|
|