You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Scoped RPC registration for namespace "${p.namespace}" received an already-namespaced function name "${p.name}".`,
65
65
fix: 'A scoped context auto-namespaces ids. Pass a bare name without a ":" separator (e.g. `register({ name: "get-cwd" })`), or use the unscoped `ctx.base.rpc.register` for a fully-qualified name.',
66
66
},
67
+
DF0035: {
68
+
why: (p: {filepath: string})=>`Failed to persist storage file: ${p.filepath}`,
69
+
fix: 'Check that the storage directory is writable and has free space.',
0 commit comments