Skip to content

Commit

Permalink
docs: remove await keyowrd
Browse files Browse the repository at this point in the history
  • Loading branch information
ajuni880 committed Apr 30, 2024
1 parent a511e58 commit 638234c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fs.writeFileSync('lhreport.html', reportHtml);
console.log('Report is done for', runnerResult.lhr.finalDisplayedUrl);
console.log('Performance score was', runnerResult.lhr.categories.performance.score * 100);

await chrome.kill();
chrome.kill();
```

### Performance-only Lighthouse run
Expand Down

0 comments on commit 638234c

Please sign in to comment.