Skip to content

Commit d3b7de3

Browse files
committed
Merge branch 'main' of github.com:quarto-dev/quarto-cli into main
2 parents 8d40ba3 + 6fcea7c commit d3b7de3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/command/tools/tools/chromium.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ async function latestRelease() {
6868
}
6969

7070
async function preparePackage(_ctx: InstallContext): Promise<PackageInfo> {
71-
const revision = supportedRevision();
71+
const revision = await supportedRevision();
72+
7273
const progress = progressBar(
7374
100,
7475
`Downloading Chromium ${revision}`,

0 commit comments

Comments
 (0)