Skip to content

Commit 8eb0bc8

Browse files
committed
chore: shorten current directory prompt
1 parent 09ed0b1 commit 8eb0bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli/lib/create.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ async function create (projectName, options) {
2222
{
2323
name: 'ok',
2424
type: 'confirm',
25-
message: `Generate project in current directory ${chalk.cyan(targetDir)} ?`
25+
message: `Generate project in current directory?`
2626
}
2727
])
2828
if (!ok) {

0 commit comments

Comments
 (0)