diff --git a/src/utils/nativeInstaller/download.ts b/src/utils/nativeInstaller/download.ts index fa11e67..83a6c61 100644 --- a/src/utils/nativeInstaller/download.ts +++ b/src/utils/nativeInstaller/download.ts @@ -521,3 +521,4 @@ export async function downloadVersion( export { StallTimeoutError, MAX_DOWNLOAD_RETRIES } export const STALL_TIMEOUT_MS = DEFAULT_STALL_TIMEOUT_MS export const _downloadAndVerifyBinaryForTesting = downloadAndVerifyBinary +