Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Commit

Permalink
fix: break line when print conflict errors
Browse files Browse the repository at this point in the history
  • Loading branch information
phuctm97 committed Jul 3, 2022
1 parent 71955d9 commit 604513c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/must-be-empty.ts
Expand Up @@ -32,7 +32,7 @@ export async function mustBeEmpty(directory: string): Promise<void> {
if (conflicts.length === 0) return;

console.error(
`The directory ${chalk.green(
`\nThe directory ${chalk.green(
directory
)} contains files that might conflict:\n`
);
Expand Down

0 comments on commit 604513c

Please sign in to comment.