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 862cd69 commit 66b9180Copy full SHA for 66b9180
vendor/TraceKit/tracekit.js
@@ -779,8 +779,8 @@ TraceKit.computeStackTrace = (function computeStackTraceWrapper() {
779
return null;
780
}
781
782
- var lineRE1 = /^\s*Line (\d+) of linked script ((?:file|http|https)\S+)(?:: in function (\S+))?\s*$/i,
783
- lineRE2 = /^\s*Line (\d+) of inline#(\d+) script in ((?:file|http|https)\S+)(?:: in function (\S+))?\s*$/i,
+ var lineRE1 = /^\s*Line (\d+) of linked script ((?:file|https?)\S+)(?:: in function (\S+))?\s*$/i,
+ lineRE2 = /^\s*Line (\d+) of inline#(\d+) script in ((?:file|https?)\S+)(?:: in function (\S+))?\s*$/i,
784
lineRE3 = /^\s*Line (\d+) of function script\s*$/i,
785
stack = [],
786
scripts = document.getElementsByTagName('script'),
0 commit comments