From 604513cafe92ffb7fa299d38ec7791fa14565d3f Mon Sep 17 00:00:00 2001 From: Minh-Phuc Tran <25026967+phuctm97@users.noreply.github.com> Date: Sun, 3 Jul 2022 17:13:36 +0800 Subject: [PATCH] fix: break line when print conflict errors --- src/utils/must-be-empty.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` );