mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-25 22:38:19 -05:00
chore: add newline in prompt message
This commit is contained in:
@@ -35,7 +35,7 @@ module.exports = async (api) => {
|
||||
name: 'confirmUpgrade',
|
||||
type: 'confirm',
|
||||
message:
|
||||
`Your current ESLint version is v${localESLintMajor}.` +
|
||||
`Your current ESLint version is v${localESLintMajor}.\n` +
|
||||
`The lastest major version is v6.\n` +
|
||||
`Do you want to upgrade? (May contain breaking changes)\n`
|
||||
}])
|
||||
|
||||
Reference in New Issue
Block a user