We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e2973 commit d8ba2bcCopy full SHA for d8ba2bc
1 file changed
packages/cli/src/cli-harness.ts
@@ -650,8 +650,8 @@ export async function runInteractiveCommand(
650
flags: HarnessCliFlags,
651
): Promise<number> {
652
const runtime = await setupHarnessRuntime(flags);
653
- const { runInteractive } = await import("./tui/main");
654
try {
+ const { runInteractive } = await import("./tui/main");
655
return await runInteractive({
656
cwd: process.cwd(),
657
harness: runtime.harness,
0 commit comments