mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-13 19:01:25 -06:00
chore: shorten current directory prompt
This commit is contained in:
@@ -22,7 +22,7 @@ async function create (projectName, options) {
|
||||
{
|
||||
name: 'ok',
|
||||
type: 'confirm',
|
||||
message: `Generate project in current directory ${chalk.cyan(targetDir)} ?`
|
||||
message: `Generate project in current directory?`
|
||||
}
|
||||
])
|
||||
if (!ok) {
|
||||
|
||||
Reference in New Issue
Block a user