Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.2k
Commit0c24b91
src: fix error handling in ExportJWKAsymmetricKey
Because call sites check IsNothing() on the return value ofExportJWKAsymmetricKey() and ignore the boolean value if the returnvalue is Just (i.e., not nothing), this function must return Nothing()instead of Just(false) when throwing a JavaScript error.PR-URL:#53767Reviewed-By: Filip Skokan <panva.ip@gmail.com>Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>Reviewed-By: James M Snell <jasnell@gmail.com>1 parent2a2620e commit0c24b91
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
505 | 505 |
| |
506 | 506 |
| |
507 | 507 |
| |
508 |
| - | |
| 508 | + | |
509 | 509 |
| |
510 | 510 |
| |
511 | 511 |
| |
|
0 commit comments
Comments
(0)