Skip to content

Commit

Permalink
Update warning
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Feb 14, 2022
1 parent 0e53b75 commit 5c8f8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli.js
Expand Up @@ -105,7 +105,7 @@ function handleUnsupportedConfigs(unsupportedConfigs) {
}

console.log(chalk.magenta(
` ${figures.warning} AVA does not support JSON config anymore, ignoring:\n ${unsupportedConfigs.join('\n ')}`
` ${figures.warning} AVA does not support JSON config, ignoring:\n\n ${unsupportedConfigs.join('\n ')}`
));
}

Expand Down

0 comments on commit 5c8f8bd

Please sign in to comment.