Skip to content

Commit 6f93daf

Browse files
committed
fix(init): add additional line before displaying logo
1 parent 884d70d commit 6f93daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuxi/src/commands/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export default defineCommand({
8787
},
8888
async run(ctx) {
8989
if (hasTTY) {
90-
process.stdout.write(`${nuxtIcon}\n`)
90+
process.stdout.write(`\n${nuxtIcon}\n`)
9191
}
9292

9393
logger.info(colors.bold(`Welcome to Nuxt!`.split('').map(m => `\x1B[38;5;79m${m}`).join('')))

0 commit comments

Comments
 (0)