BackburnerJS / backburner.js

A rewrite of the Ember.js run loop as a generic microlibrary
MIT License
392 stars 80 forks source link

only get `onError` when error occurs #267

Closed bekzod closed 6 years ago

bekzod commented 6 years ago

this is just idea, throwing just for discussion

bekzod commented 6 years ago

when bb used in ember, ember always supplies onErrorTarget onErrorMethod so all invocations are wrapped in try...catch anyway, am I wrong :P ?

rwjblue commented 6 years ago

@bekzod - That specific issue was fixed in https://github.com/emberjs/ember.js/pull/15600.

bekzod commented 6 years ago

closing this in favor of new PR