mirror of
https://github.com/DeNNiiInc/Web-Page-Performance-Test.git
synced 2026-04-17 20:05:58 +00:00
Fix runner.js crash - basic check for LHR existence
This commit is contained in:
@@ -147,6 +147,9 @@ async function _executeTest(url, options) {
|
||||
|
||||
// Prepare JSON Summary
|
||||
const lhr = runnerResult.lhr;
|
||||
if (!lhr) {
|
||||
throw new Error('Lighthouse failed to generate a report (no LHR).');
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user