simonihmig / ember-cli-bundle-analyzer

Analyze the size and contents of your Ember app's bundles
MIT License
99 stars 2 forks source link

Errors in computation are not catched #9

Closed simonihmig closed 5 years ago

simonihmig commented 5 years ago

When summarizeAll() fails (here https://github.com/kaliber5/ember-cli-bundle-analyzer/blob/master/index.js#L130-L136), this results in an unhandled rejected promise. This should be catched and a proper error message shown to the user.