Created
July 13, 2020 19:21
-
-
Save raytiley/3a95f99df97a1b234f85c95b1e523aa8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (Ember.testing !== true) { | |
Ember.onerror = function() { console.log('log the fancy error'); } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment