We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 884d70d commit 6f93dafCopy full SHA for 6f93daf
packages/nuxi/src/commands/init.ts
@@ -87,7 +87,7 @@ export default defineCommand({
87
},
88
async run(ctx) {
89
if (hasTTY) {
90
- process.stdout.write(`${nuxtIcon}\n`)
+ process.stdout.write(`\n${nuxtIcon}\n`)
91
}
92
93
logger.info(colors.bold(`Welcome to Nuxt!`.split('').map(m => `\x1B[38;5;79m${m}`).join('')))
0 commit comments