Skip to content

Commit

Permalink
ope
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine committed Aug 5, 2024
1 parent 569f4b9 commit 5d11a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/computed/trace-engine-result.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class TraceEngineResult {
* @return {Promise<LH.Artifacts.TraceEngineResult>}
*/
static async runTraceEngine(traceEvents) {
const traceHandlers = TraceEngine.TraceHandlers;
const traceHandlers = {...TraceEngine.TraceHandlers};

// @ts-expect-error Temporarily disable this handler
// It's not currently used anywhere in trace engine insights or Lighthouse.
Expand Down

0 comments on commit 5d11a75

Please sign in to comment.