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

Commit

Permalink
Crash with assignment 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 cce2690 commit 32273ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cmd/__tests__/__model__/TestCmdHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default class TestCmdHandler implements ICommandHandler {
});
}
if (commandParameters.arguments.throwError) {
commandParameters.arguments.this.doesnt.exist;
const someVar = commandParameters.arguments.this.doesnt.exist;
}

if (commandParameters.arguments.rejectWithMessage) {
Expand Down

0 comments on commit 32273ac

Please sign in to comment.