Skip to content

Commit

Permalink
fix: add @internal to helper function
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagowfx committed Oct 13, 2023
1 parent 920a585 commit 2ce2f59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/puppeteer-core/src/node/ChromeLauncher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,8 @@ function convertPuppeteerChannelToBrowsersChannel(
*
* Example output:
* ["NetworkService", "NetworkServiceInProcess", "Foo"]
*
* @internal
*/
export function getFeatures(flag: string, options: string[] = []): string[] {
const opts = options
Expand Down

0 comments on commit 2ce2f59

Please sign in to comment.