Skip to content

Commit

Permalink
Arg has been removed
Browse files Browse the repository at this point in the history
  • Loading branch information
bjacobel committed May 26, 2024
1 parent 3e514f9 commit 9af0d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/lighthouse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const handler = async (): Promise<void> => {

console.log('showing results');
await fs.writeFile(reportPath, report);
await open(reportPath, { wait: false, url: true });
await open(reportPath, { wait: false });

console.log('shutting down');
await server.close();
Expand Down

0 comments on commit 9af0d5a

Please sign in to comment.