mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
missing space
This commit is contained in:
parent
2c6ee92c45
commit
19e802e4f2
@ -47,7 +47,7 @@ module.exports = class ProgressPlugin extends webpack.ProgressPlugin {
|
||||
|
||||
const blockChar = chalk.keyword(state.color)(BLOCK_CHAR)
|
||||
|
||||
additional.push(`${blockChar} ${name}(${state.progress}%) `)
|
||||
additional.push(`${blockChar} ${name} (${state.progress}%) `)
|
||||
|
||||
return {
|
||||
name,
|
||||
|
Loading…
Reference in New Issue
Block a user