We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7fef51 commit 8a1c602Copy full SHA for 8a1c602
packages/create-app/index.js
@@ -48,7 +48,7 @@ async function init() {
48
}
49
50
const root = path.join(cwd, targetDir)
51
- console.log(`Scaffolding project in ${root}...`)
+ console.log(`\nScaffolding project in ${root}...`)
52
53
if (!fs.existsSync(root)) {
54
fs.mkdirSync(root, { recursive: true })
0 commit comments