Skip to content

Commit db45191

Browse files
committed
linter
1 parent 993cfa8 commit db45191

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/wrapper/CxWrapper.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ export class CxWrapper {
3030
} else {
3131
logger.info("Did not receive ClientId/Secret or ApiKey from cli arguments");
3232
}
33-
const executablePath: string;
34-
executablePath = cxInstaller.getExecutablePath();
33+
const executablePath = cxInstaller.getExecutablePath();;
3534
if (cxScanConfig.pathToExecutable) {
3635
this.config.pathToExecutable = cxScanConfig.pathToExecutable;
3736
} else if (process.platform === 'win32') {

0 commit comments

Comments
 (0)