Skip to content

Commit

Permalink
Update misc/identity-keys/src/identity-keys.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Kremer <[email protected]>
  • Loading branch information
devceline and bkrem authored Nov 23, 2023
1 parent ef38bd4 commit d60443b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/identity-keys/src/identity-keys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export class IdentityKeys implements IIdentityKeys {
},
});
} catch (e) {
throw new Error(`Failed to register on keyserver`);
throw new Error(`Failed to register on keyserver: ${e}`);
}

await presist();
Expand Down

0 comments on commit d60443b

Please sign in to comment.