mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
build-plugins.js: Remove redundant space
This commit is contained in:
@@ -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}`))
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user