We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 787a7d9 commit 9494075Copy full SHA for 9494075
1 file changed
stacktrace-gps.js
@@ -129,7 +129,7 @@
129
var sourceMappingUrlRegExp = /\/\/[#@] ?sourceMappingURL=([^\s'"]+)\s*$/mg;
130
var lastSourceMappingUrl;
131
var matchSourceMappingUrl;
132
- while (matchSourceMappingUrl = sourceMappingUrlRegExp.exec(source)) {
+ while (matchSourceMappingUrl = sourceMappingUrlRegExp.exec(source)) { // jshint ignore:line
133
lastSourceMappingUrl = matchSourceMappingUrl[1];
134
}
135
if (lastSourceMappingUrl) {
0 commit comments