[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core: refactor check for clearing cache #9896

Merged
merged 5 commits into from
Oct 30, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
comment
  • Loading branch information
connorjclark committed Oct 30, 2019
commit 06c3539ed97988c3a924ac1a9459d98fb9173fb1
2 changes: 1 addition & 1 deletion lighthouse-core/gather/gather-runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ class GatherRunner {

/**
* Returns whether this pass should clear the caches.
* Only if it is a performance run and the appropriate setting is true.
* Only if it is a performance run and the settings don't disable it.
* @param {LH.Gatherer.PassContext} passContext
* @return {boolean}
*/
Expand Down