chore: fix installation tests (#26691)
This commit is contained in:
parent
c90c943154
commit
6d4f937674
|
|
@ -96,6 +96,7 @@ function downloadFile(options: DownloadParams): Promise<void> {
|
||||||
|
|
||||||
async function main(options: DownloadParams) {
|
async function main(options: DownloadParams) {
|
||||||
await downloadFile(options);
|
await downloadFile(options);
|
||||||
|
log(`SUCCESS downloading ${options.title}`);
|
||||||
log(`extracting archive`);
|
log(`extracting archive`);
|
||||||
await extract(options.zipPath, { dir: options.browserDirectory });
|
await extract(options.zipPath, { dir: options.browserDirectory });
|
||||||
if (options.executablePath) {
|
if (options.executablePath) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue