From 77cfdec5387bbc7d981ad456a03db12b65906024 Mon Sep 17 00:00:00 2001 From: JuanMa Ruiz Date: Mon, 2 Sep 2019 18:53:28 +0200 Subject: [PATCH] Reverted originLoadingExperience.metrics to loadingExperience.metrics --- lib/output.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/output.js b/lib/output.js index 8bbbf57..15f2656 100644 --- a/lib/output.js +++ b/lib/output.js @@ -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