mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-18 14:41:25 +00:00
cli: consola.info
This commit is contained in:
parent
a8cbbf03ce
commit
44d1e83c7f
@ -468,7 +468,7 @@ export default class Builder {
|
|||||||
|
|
||||||
// Warmup perfLoader before build
|
// Warmup perfLoader before build
|
||||||
if (this.options.build.parallel) {
|
if (this.options.build.parallel) {
|
||||||
consola.start('Warming up worker pools')
|
consola.info('Warming up worker pools')
|
||||||
this.perfLoader.warmupAll()
|
this.perfLoader.warmupAll()
|
||||||
consola.success('Worker pools ready')
|
consola.success('Worker pools ready')
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user