Skip to content

Commit bece5d5

Browse files
committed
make bulk execute --watch consistent with execute in banner and stdout usage
1 parent 102a8a7 commit bece5d5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/app/src/cli/services/bulk-operations/execute-bulk-operation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ async function renderBulkOperationResult(operation: BulkOperation, outputFile?:
128128
await writeFile(outputFile, results)
129129
renderSuccess({headline, body: [`Results written to ${outputFile}`], customSections})
130130
} else {
131-
outputResult(results)
132131
renderSuccess({headline, customSections})
132+
outputResult(results)
133133
}
134134
} else {
135135
renderSuccess({headline, customSections})

packages/app/src/cli/services/bulk-operations/watch-bulk-operation.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export async function watchBulkOperation(
3838
}
3939
},
4040
onAbort,
41+
renderOptions: {stdout: process.stderr},
4142
})
4243
}
4344

0 commit comments

Comments
 (0)