Skip to content

Commit

Permalink
fix: do not log env (#2471)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN authored Aug 2, 2024
1 parent 46ee231 commit 048fed1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/bidiServer/BrowserInstance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,10 @@ export class BrowserInstance {
env: process.env,
};

debugInternal(`Launching browser`, launchArguments);
debugInternal(`Launching browser`, {
executablePath,
args: chromeArguments,
});

const browserProcess = launch(launchArguments);

Expand Down

0 comments on commit 048fed1

Please sign in to comment.