Skip to content

Commit

Permalink
fix(crypto): error expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Jul 10, 2024
1 parent f7679d7 commit 2bfe8b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/wgc/crypto/SubtleCrypto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,7 @@ export class SubtleCrypto {
default:
reject(
new Error(
// @ts-expect-error
`'subtle.generateKey()' is not implemented for ${algorithm?.name}.
Unrecognized algorithm name`,
),
Expand Down

0 comments on commit 2bfe8b3

Please sign in to comment.