1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 00:24:03 +02:00

build-plugins.js: Remove redundant space

This commit is contained in:
XhmikosR
2018-08-29 15:39:34 +03:00
parent b5ad6129a2
commit 2f5f8ef755

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}`))
})
})