Skip to content

Commit 0905864

Browse files
committed
hotfix: remove flag check
1 parent a72c0e1 commit 0905864

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

clients/lightrider/lightrider-entry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ async function runLighthouseInLR(connection, url, flags, lrOpts) {
5555
if (!runnerResult) return;
5656

5757
// pre process the LHR for proto
58-
if (flags.output === 'json' && typeof runnerResult.report === 'string') {
58+
if (typeof runnerResult.report === 'string') {
5959
// When LR is called with |internal: {keep_raw_response: true, save_lighthouse_assets: true}|,
6060
// this code will log artifacts to raw_response.artifacts.
6161
if (logAssets) {
1.02 KB
Loading
5.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)