diff --git a/packages/app/src/thunk.ts b/packages/app/src/thunk.ts index 214a392..2d7afb1 100644 --- a/packages/app/src/thunk.ts +++ b/packages/app/src/thunk.ts @@ -205,6 +205,7 @@ export class Thunk { return this._publish(signedEvent) } catch (e: any) { + console.error("Failed to sign event", e) return this._fail(String(e || "Failed to sign event")) } }