Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Merge pull request #261 from morethanreal/master
Browse files Browse the repository at this point in the history
log the exception stack if available
  • Loading branch information
arv committed Sep 26, 2013
2 parents 927e8ca + 33af5d8 commit efaafa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrappers/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
if (window.onerror)
window.onerror(ex.message);
else
console.error(ex);
console.error(ex, ex.stack);
}
}

Expand Down

0 comments on commit efaafa3

Please sign in to comment.