Skip to content

Commit 56973aa

Browse files
Merge pull request #826 from slawomirbrys/master
Show full URL for downloading file.
2 parents 034fa7b + c669c83 commit 56973aa

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)