mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
build/build-plugins.js: add missing catch (#30722)
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user