You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fresh application with Ember-CLI 2.8.0, Node 6.3.1 and Ember 2.8.0 throws uncaught exception when Ember.RSVP.Promise.reject is called with one or more arguments. I did not find any mention of changed behavior in changelog, so I'm assuming this is a bug.
The text was updated successfully, but these errors were encountered:
The exception seems to come from ember-metal/error_handler module, a function calledgetStack. I'm using Chrome Version 52.0.2743.116 (64-bit) on OSX, if that helps.
This was fixed by #14184 and pulled into beta, but I didn't realize it also needed to be fixed in release. I'll get it pulled down and prepared for the next patch release.
Fresh application with Ember-CLI 2.8.0, Node 6.3.1 and Ember 2.8.0 throws uncaught exception when
Ember.RSVP.Promise.reject
is called with one or more arguments. I did not find any mention of changed behavior in changelog, so I'm assuming this is a bug.The text was updated successfully, but these errors were encountered: