Skip to content

Commit 1018c08

Browse files
committed
fix: add --no-enable-error-reporting chrome flags
1 parent 4c330f9 commit 1018c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lighthouse/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def _run(self, url:str, form_factor:str='mobile', quiet:bool=True,
116116
'lighthouse',
117117
url,
118118
'--quiet' if quiet else '',
119-
'--chrome-flags="--headless --no-sandbox --disable-dev-shm-usage"',
119+
'--chrome-flags="--headless --no-sandbox --disable-dev-shm-usage --no-enable-error-reporting"',
120120
'--preset=perf',
121121
'--emulated-form-factor={0}'.format(form_factor),
122122
'--output=json',

0 commit comments

Comments
 (0)