We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c86e61 commit c7c4eccCopy full SHA for c7c4ecc
src/main/osinstaller/CxInstaller.ts
@@ -120,8 +120,8 @@ export class CxInstaller {
120
121
try {
122
console.log(`Downloading from: ${url}`);
123
- await downloadFile(url, "/Users/benalvo/CxDev/workspace/Pheonix-workspace/ast-cli-javascript-wrapper-runtime-cli/src/main/wrapper/resources");
124
- console.log(`Downloaded to: /Users/benalvo/CxDev/workspace/Pheonix-workspace/ast-cli-javascript-wrapper-runtime-cli/src/main/wrapper/resources`);
+ await downloadFile(url, "/resources");
+ console.log(`Downloaded to: /resources`);
125
126
// Now extract the downloaded archive
127
} catch (error) {
0 commit comments