Bug 1456907 - Report correct file name of modules requiring modules with a wrong path. r=jryans

MozReview-Commit-ID: E8UuQ06eMJn

--HG--
extra : rebase_source : d457594735fa8c9d802eee7d14384f3868049d6a
This commit is contained in:
Alexandre Poirot 2018-04-25 09:17:17 -07:00
parent 94e09143d7
commit bcd0977534

View File

@ -54,7 +54,7 @@ function sourceURI(uri) {
}
function isntLoaderFrame(frame) {
return frame.fileName !== __URI__;
return frame.fileName !== __URI__ && !frame.fileName.endsWith("/browser-loader.js");
}
function parseURI(uri) {