Skip to content

Commit

Permalink
fix(core): align padding for output with failed tasks (#23119)
Browse files Browse the repository at this point in the history
  • Loading branch information
Den-dp authored May 1, 2024
1 parent e38df31 commit 307f8d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ export async function createRunManyDynamicOutputRenderer({
'-'
)} ${output.formatCommand(t.toString())}`
)
.join('\n ')}`,
.join('\n')}`,
];

if (failedTasks.size > numFailedToPrint) {
Expand Down

0 comments on commit 307f8d4

Please sign in to comment.