Skip to content

Commit

Permalink
Reverted originLoadingExperience.metrics to loadingExperience.metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanMaRuiz committed Sep 2, 2019
1 parent cc145fc commit 77cfdec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/output.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ module.exports = (parameters, response) => {
return Promise.resolve().then(() => {
const renderer = getReporter(parameters.format);
const threshold = getThreshold(parameters.threshold);
const {lighthouseResult, originLoadingExperience, id} = response;
const { lighthouseResult, loadingExperience, id} = response;

console.log(renderer(
overview(humanizeUrl(id), parameters.strategy, lighthouseResult),
fieldData(originLoadingExperience.metrics),
fieldData(loadingExperience.metrics),
labData(lighthouseResult),
opportunities(lighthouseResult),
threshold
Expand Down

0 comments on commit 77cfdec

Please sign in to comment.