MCPcopy Create free account
hub / github.com/emwalker/digraph / onError

Function onError

client/src/server/auth/withGithub.ts:80–83  ·  view source on GitHub ↗
(error: Error)

Source from the content-addressed store, hash-verified

78 }
79
80 const onError = (error: Error) => {
81 console.log('Something happened:', error)
82 done(null, null)
83 }
84
85 createSession(environment, { variables, onCompleted, onError })
86}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected