Skip to content

Commit d8ba2bc

Browse files
committed
Guard interactive TUI import with runtime cleanup
1 parent 76e2973 commit d8ba2bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/src/cli-harness.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,8 +650,8 @@ export async function runInteractiveCommand(
650650
flags: HarnessCliFlags,
651651
): Promise<number> {
652652
const runtime = await setupHarnessRuntime(flags);
653-
const { runInteractive } = await import("./tui/main");
654653
try {
654+
const { runInteractive } = await import("./tui/main");
655655
return await runInteractive({
656656
cwd: process.cwd(),
657657
harness: runtime.harness,

0 commit comments

Comments
 (0)