build-plugins.js: Remove redundant space

This commit is contained in:
XhmikosR 2018-08-29 15:39:34 +03:00
parent b5ad6129a2
commit 2f5f8ef755
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ Object.keys(bsPlugins)
globals,
file: path.resolve(__dirname, `${rootPath}${pluginKey.toLowerCase()}.js`)
})
.then(() => console.log(`Building ${pluginKey} plugin... Done !`))
.then(() => console.log(`Building ${pluginKey} plugin... Done!`))
.catch((err) => console.error(`${pluginKey}: ${err}`))
})
})