Skip to content

Commit

Permalink
Merge pull request #10627 from quarto-dev/bugfix/10626
Browse files Browse the repository at this point in the history
change command-line arguments so latest Google Chrome doesn't segfault.
  • Loading branch information
cscheid authored Aug 27, 2024
2 parents 7087e5d + dbad1a5 commit 43f7050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/cri/cri.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ export async function criClient(appPath?: string, port?: number) {
app,
"--headless",
"--no-sandbox",
"--single-process",
"--disable-gpu",
"--renderer-process-limit=1",
`--remote-debugging-port=${port}`,
];
const browser = Deno.run({ cmd, stdout: "piped", stderr: "piped" });
Expand Down

0 comments on commit 43f7050

Please sign in to comment.