Skip to content

Commit 1f66e8e

Browse files
committed
fix: add --no-enable-error-reporting lh flags
1 parent 4c330f9 commit 1f66e8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lighthouse/runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ def _run(self, url:str, form_factor:str='mobile', quiet:bool=True,
122122
'--output=json',
123123
'--output=html',
124124
'--output-path={0}'.format(self.report_path),
125+
'--no-enable-error-reporting',
125126
]
126127

127128
# Run the Lighthouse CLI command

0 commit comments

Comments
 (0)