remove boxen in task error message

This commit is contained in:
Yann Braga 2022-12-16 12:33:12 +01:00
parent 1bac7bbfc3
commit a73ef7f556

View File

@ -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' }
);
}