We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1045f42 commit ae33f4bCopy full SHA for ae33f4b
src/core/cri/cri.ts
@@ -81,7 +81,7 @@ export async function criClient(appPath?: string, port?: number) {
81
const app: string = appPath || await getBrowserExecutablePath();
82
83
// Allow to adapt the headless mode depending on the Chrome version
84
- const headlessMode = getenv("QUARTO_CHROME_HEADLESS_MODE", "old");
+ const headlessMode = getenv("QUARTO_CHROMIUM_HEADLESS_MODE", "old");
85
86
const cmd = [
87
app,
0 commit comments