Skip to content

Commit 788c6a1

Browse files
authored
tweaks
1 parent 0fa8d46 commit 788c6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sao.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = {
4848
gitInit()
4949
npmInstall()
5050

51-
log.success(`\nYour new Vue project has been successfully generated in ${chalk.underline(folderName)}!`)
51+
log.success(`Your new Vue project has been successfully generated in ${chalk.underline(folderName)}!`)
5252
console.log()
5353
console.log(chalk.bold(` To get started:\n`))
5454
if (isNewFolder) console.log(` cd ${folderName}`)

0 commit comments

Comments
 (0)