2 parents 30357df + 5b57b04 commit cd02930Copy full SHA for cd02930
1 file changed
lib/metrics.ts
@@ -38,7 +38,7 @@ module.exports = {
38
const checkAudits = (audits: LighthouseAudits) => Object.keys(audits).forEach(key => {
39
const debugString = audits[key].debugString;
40
if (audits[key].debugString)
41
- throw new Error(`${debugString} Audit key: ${key}`);
+ console.log(`${debugString} Audit key: ${key}`);
42
});
43
44
function prepareData(res: LighthouseResults): MetricsResults {
0 commit comments