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 170bb4a commit 5d1b54bCopy full SHA for 5d1b54b
stacktrace-gps.js
@@ -231,7 +231,7 @@
231
if (this.sourceMapConsumerCache[sourceMappingURL]) {
232
resolve(this.sourceMapConsumerCache[sourceMappingURL]);
233
} else {
234
- var sourceMapConsumerPromise = new Promise(function(resolve) {
+ var sourceMapConsumerPromise = new Promise(function(resolve, reject) {
235
return this._get(sourceMappingURL).then(function(sourceMapSource) {
236
if (typeof sourceMapSource === 'string') {
237
sourceMapSource = _parseJson(sourceMapSource.replace(/^\)\]\}'/, ''));
0 commit comments