Skip to content

Commit

Permalink
Bubble up deprecations for ember-deprecation-workflow (emberjs#857)
Browse files Browse the repository at this point in the history
  • Loading branch information
robustdj committed Mar 18, 2019
1 parent e9526a5 commit c115296
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ember_debug/deprecation-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,9 @@ export default EmberObject.extend(PortMixin, {
},

handleDeprecations() {
registerDeprecationHandler((message, options) => {
registerDeprecationHandler((message, options, next) => {
run.next(this, () => next(message, options));

/* global __fail__*/

let error;
Expand Down

0 comments on commit c115296

Please sign in to comment.