Skip to content

Commit a5b9d53

Browse files
authored
fix: properly display the welcome title when installing with Yarn (#160)
1 parent 73f26cf commit a5b9d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/renderTitle.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ const poimandresTheme = {
1515
export const renderTitle = () => {
1616
const text = figlet.textSync(TITLE_TEXT, { font: "Small" });
1717
const t3Gradient = gradient(Object.values(poimandresTheme));
18-
console.log(t3Gradient.multiline(text));
18+
console.log("\n", t3Gradient.multiline(text));
1919
};

0 commit comments

Comments
 (0)