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