Skip to content

Commit 7bec61c

Browse files
Merge pull request #6728 from Shopify/bulk_operations_upload_stderr_fix
Ensure upload renders to STDERR
2 parents e72b30a + 5aa8d03 commit 7bec61c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/app/src/cli/services/bulk-operations/stage-file.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ async function uploadFileToStagedUrl(
120120
'slow-request',
121121
)
122122
},
123+
renderOptions: {stdout: process.stderr},
123124
})
124125

125126
if (!uploadResponse.ok) {

0 commit comments

Comments
 (0)