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 993cfa8 commit db45191Copy full SHA for db45191
src/main/wrapper/CxWrapper.ts
@@ -30,8 +30,7 @@ export class CxWrapper {
30
} else {
31
logger.info("Did not receive ClientId/Secret or ApiKey from cli arguments");
32
}
33
- const executablePath: string;
34
- executablePath = cxInstaller.getExecutablePath();
+ const executablePath = cxInstaller.getExecutablePath();;
35
if (cxScanConfig.pathToExecutable) {
36
this.config.pathToExecutable = cxScanConfig.pathToExecutable;
37
} else if (process.platform === 'win32') {
0 commit comments