mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 20:11:07 +08:00
add extra line between errors
This commit is contained in:
parent
7bdb4a053b
commit
6ce37fafa2
@ -119,7 +119,7 @@ function getMigrationSummary(fixResults: Record<string, FixStatus>, fixSummary:
|
||||
let failedFixesMessage = Object.keys(fixSummary.failed).length > 0
|
||||
? `
|
||||
${chalk.bold('Migrations that failed:')}\n ${Object.entries(fixSummary.failed).reduce((acc, [id, error]) => {
|
||||
return acc + `\n${chalk.redBright(id)}:\n${error}`;
|
||||
return acc + `\n${chalk.redBright(id)}:\n${error}\n`;
|
||||
}, '')}
|
||||
\n`
|
||||
: '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user