Skip to content

Commit 38750f7

Browse files
committed
check
1 parent ada3729 commit 38750f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/osinstaller/CxInstaller.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ export class CxInstaller {
124124
console.log('Reading AST CLI version...');
125125
console.log('Current working directory:',process.cwd(), '/checkmarx-ast-cli.version');
126126
const versionFilePath = path.join(process.cwd(), 'checkmarx-ast-cli.version');
127+
console.log('Version file path:', versionFilePath);
127128
const versionContent = await fs.readFile(versionFilePath, 'utf-8');
128129
return versionContent.trim();
129130
} catch (error) {

0 commit comments

Comments
 (0)