Add some logging to failed signing
This commit is contained in:
@@ -205,6 +205,7 @@ export class Thunk {
|
|||||||
|
|
||||||
return this._publish(signedEvent)
|
return this._publish(signedEvent)
|
||||||
} catch (e: any) {
|
} catch (e: any) {
|
||||||
|
console.error("Failed to sign event", e)
|
||||||
return this._fail(String(e || "Failed to sign event"))
|
return this._fail(String(e || "Failed to sign event"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user