Commit 2254b54
Fix chromium branch in quarto check to await async methods
The chromium fallback branch in chromeCb() accessed binDir and
installedVersion as properties but they are async functions on the
InstallableTool interface. This was pre-existing dead code (the name
comparison never matched), but now reachable after the registry key
lookup fix. Properly await both methods.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 6808369 commit 2254b54
1 file changed
Lines changed: 11 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
477 | | - | |
478 | | - | |
479 | | - | |
480 | | - | |
481 | | - | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
482 | 485 | | |
| 486 | + | |
483 | 487 | | |
484 | | - | |
| 488 | + | |
485 | 489 | | |
486 | | - | |
| 490 | + | |
487 | 491 | | |
488 | 492 | | |
489 | 493 | | |
| |||
0 commit comments