Skip to content

Commit

Permalink
fix: bind trimCache to the instance (#10270)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed May 30, 2023
1 parent a94dbce commit 50e72a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/puppeteer-core/src/node/PuppeteerNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ export class PuppeteerNode extends Puppeteer {
this.launch = this.launch.bind(this);
this.executablePath = this.executablePath.bind(this);
this.defaultArgs = this.defaultArgs.bind(this);
this.trimCache = this.trimCache.bind(this);
}

/**
Expand Down

0 comments on commit 50e72a4

Please sign in to comment.