Skip to content

Commit 062c3aa

Browse files
fix
1 parent 2471dd2 commit 062c3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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
@@ -77,7 +77,7 @@ export async function executeBulkOperation(input: ExecuteBulkOperationInput): Pr
7777
}
7878

7979
async function watchBulkOperation(adminSession: ReturnType<typeof ensureAuthenticatedAdmin> extends Promise<infer T> ? T : never, operationId: string): Promise<BulkOperation> {
80-
renderSingleTask<BulkOperation>({
80+
return await renderSingleTask<BulkOperation>({
8181
title: outputContent`Starting bulk operation...`,
8282
task: async (updateStatus) => {
8383
const poller = pollBulkOperation(adminSession, operationId)

0 commit comments

Comments
 (0)