karma-ng-scenario
karma-ng-scenario copied to clipboard
Exception details are not logged in IE11 running IE7 compatibility mode
Hi, if there's an error in IE11 running IE7 compatibility mode, I get alert '[object Error]' and the same is logged to console and also written into JUnit report.
I found out that the reason I'm getting the error is missing JSON object in IE7 (yeah, there are lot of things missing there), but after a not so long debugging session.
How can I quickly fix this, so the full exception details are logged?
Thanks