mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fix windows azdata install (#12542)
* Fix windows azdata install * skip failing tests
This commit is contained in:
@@ -61,7 +61,7 @@ export namespace HttpClient {
|
||||
if (targetFolder !== undefined) {
|
||||
const filename = path.basename(response.request.path);
|
||||
const targetPath = path.join(targetFolder, filename);
|
||||
Logger.log(loc.downloadingTo(filename, targetPath));
|
||||
Logger.log(loc.downloadingTo(filename, downloadUrl, targetPath));
|
||||
// Wait to create the WriteStream until here so we can use the actual
|
||||
// filename based off of the URI.
|
||||
downloadRequest.pipe(fs.createWriteStream(targetPath))
|
||||
|
||||
Reference in New Issue
Block a user