Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAlvo1 committed Sep 18, 2024
1 parent 993cfa8 commit db45191
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/wrapper/CxWrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ export class CxWrapper {
} else {
logger.info("Did not receive ClientId/Secret or ApiKey from cli arguments");
}
const executablePath: string;
executablePath = cxInstaller.getExecutablePath();
const executablePath = cxInstaller.getExecutablePath();;

Check failure on line 33 in src/main/wrapper/CxWrapper.ts

View workflow job for this annotation

GitHub Actions / integration-tests

Unnecessary semicolon
if (cxScanConfig.pathToExecutable) {
this.config.pathToExecutable = cxScanConfig.pathToExecutable;
} else if (process.platform === 'win32') {
Expand Down

0 comments on commit db45191

Please sign in to comment.