mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
fix web build (#20718)
* add logging * new version with more logging * fix downloader * update more extensions Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
readline.clearLine(process.stdout, 0);
|
||||
process.stdout.write(`${event}${values && values.length > 0 ? ` - ${values.join(' ')}` : ''}`);
|
||||
});
|
||||
console.log(`Installing SQL tools service, target runtime: ${runtime}.`);
|
||||
let serviceInstallFolder = installer.getInstallDirectory(runtime);
|
||||
await new Promise((rs, rj) => rimraf(serviceInstallFolder, (e) => e ? rj(e) : rs()));
|
||||
await installer.installService(runtime);
|
||||
|
||||
Reference in New Issue
Block a user