Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 436 Bytes

MODULE_REPORT.md

File metadata and controls

29 lines (18 loc) · 436 Bytes

Module Report

Unknown Global

Global: Ember.onerror

Location: app/instance-initializers/error-handler.js at line 7

  Ember.onerror = (error) => {
    if (Ember.testing) {
      throw error;

Unknown Global

Global: Ember.testing

Location: app/instance-initializers/error-handler.js at line 8

  Ember.onerror = (error) => {
    if (Ember.testing) {
      throw error;
    }