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 8751d30 commit 6260d28Copy full SHA for 6260d28
1 file changed
src/cli.ts
@@ -304,6 +304,7 @@ export async function runCli(argv: string[], deps: CliDeps = DEFAULT_CLI_DEPS):
304
if (logTailStopper) logTailStopper();
305
return;
306
}
307
+ }
308
if (command === 'network') {
309
const data = response.data as Record<string, unknown> | undefined;
310
const pathOut = typeof data?.path === 'string' ? data.path : '';
0 commit comments