Unverified Commit 16137164 authored by Lee ByeongJun's avatar Lee ByeongJun Committed by GitHub
Browse files

Update cli/init.ts

parent 680f9edb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1389,9 +1389,9 @@ function displayFileContent(
  pathColor: (text: string) => string = colors.green,
) {
  console.log(pathColor(`${emoji} ${path}`));
  console.log(colors.gray("".repeat(60)));
  console.error(colors.gray("".repeat(60)));
  console.log(content);
  console.log(colors.gray("".repeat(60)) + "\n");
  console.error(colors.gray("".repeat(60)) + "\n");
}

async function isCommandAvailable(