mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
remove boxen in task error message
This commit is contained in:
parent
1bac7bbfc3
commit
a73ef7f556
@ -437,8 +437,7 @@ async function run() {
|
||||
|
||||
if (process.env.CI) {
|
||||
logger.error(
|
||||
boxen(
|
||||
dedent`
|
||||
dedent`
|
||||
To reproduce this error locally, run:
|
||||
|
||||
${getCommand('yarn task', options, {
|
||||
@ -453,8 +452,7 @@ async function run() {
|
||||
...allOptionValues,
|
||||
startFrom: 'auto',
|
||||
})}`,
|
||||
{ borderStyle: 'round', padding: 1, borderColor: '#F1618C' } as any
|
||||
)
|
||||
{ borderStyle: 'round', padding: 1, borderColor: '#F1618C' }
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user