We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d1e7c commit c4f3d0aCopy full SHA for c4f3d0a
src/pgp.ts
@@ -26,7 +26,7 @@ export class VerificationError extends Error {
26
switch (this.code) {
27
case VerificationErrorCode.Invalid:
28
return "Signature does not match";
29
- default:
+ case VerificationErrorCode.Read:
30
return "Failed to read signature";
31
}
32
0 commit comments