download and extract actually just for downloading and extracting

This commit is contained in:
Joseph Garrone
2024-08-24 23:15:54 +02:00
parent c6cf564842
commit 1785916d32
4 changed files with 8 additions and 27 deletions

View File

@ -200,7 +200,7 @@ export async function command(params: { cliCommandOptions: CliCommandOptions })
const { archiveFilePath } = await downloadAndExtractArchive({
cacheDirPath: buildContext.cacheDirPath,
fetchOptions: buildContext.fetchOptions,
urlOrPath: extensionJar.url,
url: extensionJar.url,
uniqueIdOfOnArchiveFile: "no extraction",
onArchiveFile: async () => {}
});