Skip to content

Commit

Permalink
Theme Push: render progress bar to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmengo committed Apr 20, 2024
1 parent 00208c2 commit 514447e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/src/cli/utilities/theme-uploader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ async function handleFailedUploads(

async function renderTasks(tasks: Task[]) {
if (tasks.length > 0) {
await renderTaskOriginal(tasks)
await renderTaskOriginal(tasks, {renderOptions: {stdout: process.stderr}})
}
}

Expand Down

0 comments on commit 514447e

Please sign in to comment.