chore: fixing formatting of the warning message
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -26,9 +26,7 @@ export default async (cmd: Command) => {
|
||||
if (cmd.lax) {
|
||||
console.warn(
|
||||
chalk.yellow(
|
||||
`[DEPRECATED] - The --lax option is deprecated and will be removed in the future.
|
||||
Please open an issue towards https://github.com/backstage/backstage that describes your use-case if you need the flag to stay around
|
||||
`,
|
||||
`[DEPRECATED] - The --lax option is deprecated and will be removed in the future. Please open an issue towards https://github.com/backstage/backstage that describes your use-case if you need the flag to stay around.`,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user