mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-31 07:40:33 +00:00
progress badge color
This commit is contained in:
parent
40541fdc5e
commit
05652d72c8
@ -76,7 +76,7 @@ export default class ProgressPlugin extends webpack.ProgressPlugin {
|
|||||||
if (!isRunning) {
|
if (!isRunning) {
|
||||||
logUpdate.clear()
|
logUpdate.clear()
|
||||||
} else {
|
} else {
|
||||||
const title = chalk.bgRedBright.black('BUILDING')
|
const title = chalk.bgBlue.black('BUILDING')
|
||||||
|
|
||||||
logUpdate('\n' + title + '\n\n' + lines.join('\n'))
|
logUpdate('\n' + title + '\n\n' + lines.join('\n'))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user