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 f7683fd commit 8feddd3Copy full SHA for 8feddd3
packages/self-inspect/src/app/composables/rpc.ts
@@ -39,11 +39,11 @@ export async function connect() {
39
rpcOptions: {
40
onGeneralError: (e, name) => {
41
connectionState.error = e
42
- console.error(`[self-inspect] RPC error on executing "${name}":`)
+ console.error(`[self-inspect] RPC error on executing "${name}":`, e)
43
},
44
onFunctionError: (e, name) => {
45
46
47
48
49
})
0 commit comments