Skip to content

Commit 2413f80

Browse files
committed
add logs to check
1 parent 4f54f7c commit 2413f80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/osinstaller/CxInstaller.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ export class CxInstaller {
121121
return this.cliVersion;
122122
}
123123
try {
124+
console.log('Reading AST CLI version...');
125+
console.log('Current working directory:', process.cwd());
124126
const versionFilePath = path.join(process.cwd(), 'checkmarx-ast-cli.version');
125127
const versionContent = await fs.readFile(versionFilePath, 'utf-8');
126128
return versionContent.trim();

0 commit comments

Comments
 (0)