Skip to content

Commit

Permalink
fix: add LF_FAIL switch case
Browse files Browse the repository at this point in the history
  • Loading branch information
muneebkq committed Jul 24, 2024
1 parent 6f85e4f commit cf2f178
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lexfloatclient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,8 @@ export class LexFloatClient {
return true;
case LexFloatStatusCodes.LF_E_NO_LICENSE:
return false;
case LexFloatStatusCodes.LF_FAIL:
return false;
default:
throw new LexFloatClientException(status);
}
Expand Down

0 comments on commit cf2f178

Please sign in to comment.