Closed wagenet closed 6 years ago
https://github.com/mixonic/ember-cli-deprecation-workflow/blob/2673922d5dbaf6eefd293f93c34bfcadef2303d8/vendor/ember-cli-deprecation-workflow/main.js#L44
Amusingly, if you handler: "log" the deprecation about using Ember.Logger, it causes infinite recursion and blows the stack.
handler: "log"
See #54
Fixed by https://github.com/mixonic/ember-cli-deprecation-workflow/pull/54
https://github.com/mixonic/ember-cli-deprecation-workflow/blob/2673922d5dbaf6eefd293f93c34bfcadef2303d8/vendor/ember-cli-deprecation-workflow/main.js#L44