Skip to content

Commit 301d825

Browse files
committed
check
1 parent 38750f7 commit 301d825

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/osinstaller/CxInstaller.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,9 @@ export class CxInstaller {
122122
}
123123
try {
124124
console.log('Reading AST CLI version...');
125-
console.log('Current working directory:',process.cwd(), '/checkmarx-ast-cli.version');
126125
const versionFilePath = path.join(process.cwd(), 'checkmarx-ast-cli.version');
127-
console.log('Version file path:', versionFilePath);
128126
const versionContent = await fs.readFile(versionFilePath, 'utf-8');
127+
console.log('AST CLI version:', versionContent.trim());
129128
return versionContent.trim();
130129
} catch (error) {
131130
console.error('Error reading AST CLI version:', error);

0 commit comments

Comments
 (0)