mirror of https://github.com/twbs/bootstrap.git
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!`))
|
.then(() => console.log(`Building ${plugin} plugin... Done!`))
|
||||||
.catch(error => console.error(`${plugin}: ${error}`))
|
.catch(error => console.error(`${plugin}: ${error}`))
|
||||||
})
|
})
|
||||||
|
.catch(error => console.error(`${plugin}: ${error}`))
|
||||||
}
|
}
|
||||||
|
|
||||||
Object.keys(bsPlugins)
|
Object.keys(bsPlugins)
|
||||||
|
|
Loading…
Reference in New Issue