mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-10 10:56:34 +00:00
Log error in vulcanize.js when one is raised
This commit is contained in:
parent
594f143ad0
commit
31af2968da
@ -103,4 +103,5 @@ hyd.Analyzer.analyze('src/home-assistant.html')
|
||||
// Chain all vulcanizing work as promises
|
||||
.then(() => toProcess.reduce(
|
||||
(p, entry) => p.then(() => vulcanizeEntry(entry)),
|
||||
Promise.resolve()));
|
||||
Promise.resolve()))
|
||||
.catch(err => console.error('Something went wrong!', err));
|
||||
|
Loading…
x
Reference in New Issue
Block a user