8000 fix(crypto): error expectation · NativeScript/NativeScript@2bfe8b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2bfe8b3

Browse files
committed
fix(crypto): error expectation
1 parent f7679d7 commit 2bfe8b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/wgc/crypto/SubtleCrypto.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,7 @@ export class SubtleCrypto {
580580
default:
581581
reject(
582582
new Error(
583+
// @ts-expect-error
583584
`'subtle.generateKey()' is not implemented for ${algorithm?.name}.
584585
Unrecognized algorithm name`,
585586
),

0 commit comments

Comments
 (0)
0