diff --git a/src/utils/must-be-empty.ts b/src/utils/must-be-empty.ts index 60ca6a5..533185e 100644 --- a/src/utils/must-be-empty.ts +++ b/src/utils/must-be-empty.ts @@ -32,7 +32,7 @@ export async function mustBeEmpty(directory: string): Promise { if (conflicts.length === 0) return; console.error( - `The directory ${chalk.green( + `\nThe directory ${chalk.green( directory )} contains files that might conflict:\n` );