We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86da9a4 commit f21e8f2Copy full SHA for f21e8f2
javascript/firefox-driver/js/error.js
@@ -53,7 +53,7 @@ fxdriver.error.toJSON = function(ex) {
53
lineNumber = Number(match[2]);
54
}
55
56
- match = frame.match(/^([a-zA-Z_$][\w./<$]*)?(?:\(.*\))?@(.+)?$/);
+ match = frame.match(/^([\w./<$]+)?(?:\(.*\))?@(.+)?$/);
57
stackFrames.push({
58
'methodName': match[1],
59
'fileName': match[2],
0 commit comments