Skip to content

Commit c669c83

Browse files
author
Sławomir Bryś
committed
Show full URL for downloading file, it helps to download it manually when corporate proxy blocks it via nodejs.
1 parent dccb3e3 commit c669c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/omnisharp/download.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export function go(flavor: Flavor, platform: Platform, logger: Logger, proxy?: s
119119

120120
const urlString = `${BaseDownloadUrl}/${fileName}`;
121121

122-
logger.appendLine(`Attempting to download ${fileName}`);
122+
logger.appendLine(`Attempting to download ${urlString}`);
123123

124124
return download(urlString, proxy, strictSSL)
125125
.then(inStream => {

0 commit comments

Comments
 (0)