Skip to content

Commit a20f151

Browse files
Added missing not enumerable field name to captured stack trace for IE10
1 parent 24babcd commit a20f151

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/CapturedExceptions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ CapturedExceptions.safari_6 = {
288288

289289
CapturedExceptions.ie_10 = {
290290
message: "Unable to get property 'undef' of undefined or null reference",
291+
name: "TypeError",
291292
stack: "TypeError: Unable to get property 'undef' of undefined or null reference\n" +
292293
" at Anonymous function (http://jenkins.eriwen.com/job/stacktrace.js/ws/test/functional/ExceptionLab.html:48:13)\n" +
293294
" at dumpException3 (http://jenkins.eriwen.com/job/stacktrace.js/ws/test/functional/ExceptionLab.html:46:9)\n" +

0 commit comments

Comments
 (0)