Skip to content

Commit

Permalink
Merge pull request #176 from christophehurpeau/patch-1
Browse files Browse the repository at this point in the history
fix: browser regression from #169 when getResponseHeader throws
  • Loading branch information
LinusU authored Mar 16, 2017
2 parents 6d664f2 + 3061a49 commit 7fdde65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source-map-support.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ function retrieveSourceMapURL(source) {
return sourceMapHeader;
}
} catch (e) {
return null;
}
}

Expand Down

0 comments on commit 7fdde65

Please sign in to comment.