karma-ng-scenario icon indicating copy to clipboard operation
karma-ng-scenario copied to clipboard

Exception details are not logged in IE11 running IE7 compatibility mode

Open kfrajtak opened this issue 11 years ago • 0 comments

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

kfrajtak avatar Aug 13 '14 08:08 kfrajtak