Skip to content

Commit c231d2d

Browse files
log URL
1 parent b3e7d58 commit c231d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/Downloader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function getFileDownloadURLRedirect(url: string): Promise<string> {
3030
if (statusCode !== 302) {
3131
request.destroy();
3232

33-
reject(`Received status code ${statusCode} while getting redirect URL for binary download.`)
33+
reject(`Received status code ${statusCode} while getting redirect URL for binary download. Used URL: ${url}`)
3434
return
3535
}
3636

0 commit comments

Comments
 (0)