Skip to content

Commit

Permalink
fix(cli): append newline after validation error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ivomurrell committed Mar 21, 2023
1 parent 3bec6ab commit 7e99bf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/cli/src/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ ${invalidOptions
.map(([plugin, error]) => fromZodError(error, { prefix: `- ${s.plugin(plugin)} has the issue(s)` }).message)
.join('\n')}
Please update the options so that they are the expected types. You can refer to the README for the plugin for examples and descriptions of the options used.`
Please update the options so that they are the expected types. You can refer to the README for the plugin for examples and descriptions of the options used.
`

export const formatUnusedOptions = (
unusedOptions: string[],
Expand Down

0 comments on commit 7e99bf5

Please sign in to comment.