Skip to content

Commit 6260d28

Browse files
committed
fix: restore cli branch block after rebase conflict
1 parent 8751d30 commit 6260d28

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/cli.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ export async function runCli(argv: string[], deps: CliDeps = DEFAULT_CLI_DEPS):
304304
if (logTailStopper) logTailStopper();
305305
return;
306306
}
307+
}
307308
if (command === 'network') {
308309
const data = response.data as Record<string, unknown> | undefined;
309310
const pathOut = typeof data?.path === 'string' ? data.path : '';

0 commit comments

Comments
 (0)