chore: snapshot main sync
This commit is contained in:
@@ -36,4 +36,3 @@ const { outputPath, artifact } = await runFlow(flow, input, { onLog: (m) => cons
|
||||
const path = outputPath ?? `conductor-report-${flow.name}.md`;
|
||||
await writeFile(path, artifact, 'utf8');
|
||||
console.error(`\n✓ conductor done in ${Math.round((Date.now() - started) / 1000)}s → ${path}`);
|
||||
console.log(path);
|
||||
|
||||
Reference in New Issue
Block a user