Skip to content

Instantly share code, notes, and snippets.

@ianpetzer
Created July 24, 2013 13:08
Show Gist options
  • Save ianpetzer/6070431 to your computer and use it in GitHub Desktop.
Save ianpetzer/6070431 to your computer and use it in GitHub Desktop.
Ember.RSVP.configure('onerror', function(e) {
console.log(e.message);
console.log(e.stack);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment