Skip to content

Commit 581c7e5

Browse files
authored
Merge pull request #9055 from alecloudenback/patch-1
Fix stale suggestion text (installing chromium)
2 parents 566aeca + e6de3cb commit 581c7e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/puppeteer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ export async function getBrowserExecutablePath() {
264264
if (executablePath === undefined) {
265265
error("Chrome not found");
266266
info(
267-
"\nNo Chrome or Chromium installation was detected.\n\nPlease run 'quarto tools install chromium' to install Chromium.\n",
267+
"\nNo Chrome or Chromium installation was detected.\n\nPlease run 'quarto install chromium' to install Chromium.\n",
268268
);
269269
throw new Error();
270270
}

0 commit comments

Comments
 (0)