mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
build/build-plugins.js: add missing catch (#30722)
This commit is contained in:
parent
727e09b641
commit
89822cfa05
@ -179,6 +179,7 @@ function build(plugin) {
|
||||
.then(() => console.log(`Building ${plugin} plugin... Done!`))
|
||||
.catch(error => console.error(`${plugin}: ${error}`))
|
||||
})
|
||||
.catch(error => console.error(`${plugin}: ${error}`))
|
||||
}
|
||||
|
||||
Object.keys(bsPlugins)
|
||||
|
Loading…
Reference in New Issue
Block a user