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 ada3729 commit 38750f7Copy full SHA for 38750f7
src/main/osinstaller/CxInstaller.ts
@@ -124,6 +124,7 @@ export class CxInstaller {
124
console.log('Reading AST CLI version...');
125
console.log('Current working directory:',process.cwd(), '/checkmarx-ast-cli.version');
126
const versionFilePath = path.join(process.cwd(), 'checkmarx-ast-cli.version');
127
+ console.log('Version file path:', versionFilePath);
128
const versionContent = await fs.readFile(versionFilePath, 'utf-8');
129
return versionContent.trim();
130
} catch (error) {
0 commit comments