fivetanley / ember-promise-helpers

Promise-y sugar for your Ember templates.
MIT License
206 stars 24 forks source link

Update `await` to not swallow errors in dev builds #148

Closed monovertex closed 1 year ago

monovertex commented 2 years ago

Currently await will swallow errors that cause promises to reject. This makes it very hard to debug issues from arbitrary code inside that promise execution. We should at least log these to the console in development builds.