Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
Another irrelevant change to make SonarCloud happy
Browse files Browse the repository at this point in the history
Signed-off-by: Gene Johnston <Eugene.Johnston@broadcom.com>
  • Loading branch information
gejohnston committed Jun 21, 2023
1 parent 32273ac commit ac509fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/cmd/__tests__/__model__/TestCmdHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ export default class TestCmdHandler implements ICommandHandler {
});
}
if (commandParameters.arguments.throwError) {
const someVar = commandParameters.arguments.this.doesnt.exist;
if ( commandParameters.arguments.this.doesnt.exist) {
resolve();
}
}

if (commandParameters.arguments.rejectWithMessage) {
Expand Down

0 comments on commit ac509fd

Please sign in to comment.