Skip to content

Commit

Permalink
core: fix mistake preventing gather/audit phases from sharing cache (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Dec 20, 2023
1 parent 11b82b1 commit e3c8196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/gather/navigation-runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ async function navigationGather(page, requestor, options = {}) {
page,
resolvedConfig,
requestor: normalizedRequestor,
computedCache: new Map(),
computedCache,
};
const {baseArtifacts} = await _setup(context);

Expand Down

0 comments on commit e3c8196

Please sign in to comment.