| Index: pkg/dartino_compiler/lib/vm_context.dart
|
| diff --git a/pkg/dartino_compiler/lib/vm_context.dart b/pkg/dartino_compiler/lib/vm_context.dart
|
| index b6ba4c5844dfb51be15649279fdd99639d3dd5b1..fb9ef7c7629a04eb8603e0e61715b8c2daf6c246 100644
|
| --- a/pkg/dartino_compiler/lib/vm_context.dart
|
| +++ b/pkg/dartino_compiler/lib/vm_context.dart
|
| @@ -475,8 +475,7 @@ class DartinoVmContext {
|
| interactiveExitCode = 0;
|
| running = false;
|
| loaded = false;
|
| - // TODO(ahe): Let the caller terminate the session. See issue 67.
|
| - await terminate();
|
| + terminated = true;
|
| break;
|
|
|
| case VmCommandCode.ConnectionError:
|
|
|