Searched refs:tmpPath (Results 1 – 1 of 1) sorted by relevance
73 const tmpPath = temporary.file({ name: path.basename(outputPath) }); constant74 await downloadAsync({ url, outputPath: tmpPath, cacheDirectory, onProgress });75 debug(`Extracting ${tmpPath} to ${outputPath}`);77 await extractAsync(tmpPath, outputPath);