| Index: lib/src/runner/vm/isolate_listener.dart
|
| diff --git a/lib/src/runner/vm/isolate_listener.dart b/lib/src/runner/vm/isolate_listener.dart
|
| index 352490fc7ea4bc9ded169b90d1c7b6fcf8408acb..efaaea4430b7f3d2efd8775c4449344ab0071692 100644
|
| --- a/lib/src/runner/vm/isolate_listener.dart
|
| +++ b/lib/src/runner/vm/isolate_listener.dart
|
| @@ -113,6 +113,9 @@ class IsolateListener {
|
| });
|
| });
|
|
|
| + liveTest.onPrint.listen((line) =>
|
| + sendPort.send({"type": "print", "line": line}));
|
| +
|
| liveTest.run().then((_) => sendPort.send({"type": "complete"}));
|
| }
|
| }
|
|
|