We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
name
1 parent 24babcd commit a20f151Copy full SHA for a20f151
1 file changed
test/CapturedExceptions.js
@@ -288,6 +288,7 @@ CapturedExceptions.safari_6 = {
288
289
CapturedExceptions.ie_10 = {
290
message: "Unable to get property 'undef' of undefined or null reference",
291
+ name: "TypeError",
292
stack: "TypeError: Unable to get property 'undef' of undefined or null reference\n" +
293
" at Anonymous function (http://jenkins.eriwen.com/job/stacktrace.js/ws/test/functional/ExceptionLab.html:48:13)\n" +
294
" at dumpException3 (http://jenkins.eriwen.com/job/stacktrace.js/ws/test/functional/ExceptionLab.html:46:9)\n" +
0 commit comments