Skip to content

Commit

Permalink
no index
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Dec 11, 2019
1 parent 52796db commit ecb6260
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lighthouse-core/computed/bundle-analysis.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ class BundleAnalysis {
const bundles = [];

// Collate map, script, and network record.
for (let mapIndex = 0; mapIndex < SourceMaps.length; mapIndex++) {
const SourceMap = SourceMaps[mapIndex];
for (const SourceMap of SourceMaps) {
if (!SourceMap.map) continue;
const {scriptUrl, map: rawMap} = SourceMap;

Expand Down

0 comments on commit ecb6260

Please sign in to comment.