File tree 1 file changed +3
-3
lines changed
packages/@vue/cli/lib/util
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ module.exports = async function clearConsoleWithTitle (checkUpdate) {
16
16
}
17
17
if ( checkUpdate && semver . gt ( latest , current ) ) {
18
18
title += chalk . green ( `
19
- ββββββββββββββββββββββββββ ${ `β` . repeat ( latest . length ) } ββ
20
- β β¨ Update available: ${ latest } β¨ β
21
- ββββββββββββββββββββββββββ ${ `β` . repeat ( latest . length ) } ββ` )
19
+ βββββββββββββββββββββ${ `β` . repeat ( latest . length ) } β ββ
20
+ β Update available: ${ latest } β
21
+ βββββββββββββββββββββ${ `β` . repeat ( latest . length ) } β ββ` )
22
22
}
23
23
24
24
clearConsole ( title )
You canβt perform that action at this time.
0 commit comments