Skip to content

Commit 307f8d4

Browse files
authored
fix(core): align padding for output with failed tasks (#23119)
1 parent e38df31 commit 307f8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nx/src/tasks-runner/life-cycles/dynamic-run-many-terminal-output-life-cycle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ export async function createRunManyDynamicOutputRenderer({
409409
'-'
410410
)} ${output.formatCommand(t.toString())}`
411411
)
412-
.join('\n ')}`,
412+
.join('\n')}`,
413413
];
414414

415415
if (failedTasks.size > numFailedToPrint) {

0 commit comments

Comments
 (0)