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 2471dd2 commit 062c3aaCopy full SHA for 062c3aa
packages/app/src/cli/services/bulk-operations/execute-bulk-operation.ts
@@ -77,7 +77,7 @@ export async function executeBulkOperation(input: ExecuteBulkOperationInput): Pr
77
}
78
79
async function watchBulkOperation(adminSession: ReturnType<typeof ensureAuthenticatedAdmin> extends Promise<infer T> ? T : never, operationId: string): Promise<BulkOperation> {
80
- renderSingleTask<BulkOperation>({
+ return await renderSingleTask<BulkOperation>({
81
title: outputContent`Starting bulk operation...`,
82
task: async (updateStatus) => {
83
const poller = pollBulkOperation(adminSession, operationId)
0 commit comments