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 4f54f7c commit 2413f80Copy full SHA for 2413f80
src/main/osinstaller/CxInstaller.ts
@@ -121,6 +121,8 @@ export class CxInstaller {
121
return this.cliVersion;
122
}
123
try {
124
+ console.log('Reading AST CLI version...');
125
+ console.log('Current working directory:', process.cwd());
126
const versionFilePath = path.join(process.cwd(), 'checkmarx-ast-cli.version');
127
const versionContent = await fs.readFile(versionFilePath, 'utf-8');
128
return versionContent.trim();
0 commit comments