We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e7d58 commit c231d2dCopy full SHA for c231d2d
src/libraries/Downloader.ts
@@ -30,7 +30,7 @@ function getFileDownloadURLRedirect(url: string): Promise<string> {
30
if (statusCode !== 302) {
31
request.destroy();
32
33
- reject(`Received status code ${statusCode} while getting redirect URL for binary download.`)
+ reject(`Received status code ${statusCode} while getting redirect URL for binary download. Used URL: ${url}`)
34
return
35
}
36
0 commit comments