MCPcopy
hub / github.com/desktop/desktop / on

Method on

app/src/lib/globals.d.ts:134–134  ·  view source on GitHub ↗
(
      event: 'send-non-fatal-exception',
      listener: (error: Error, context?: { [key: string]: string }) => void
    )

Source from the content-addressed store, hash-verified

132declare namespace NodeJS {
133 interface Process extends EventEmitter {
134 on(
135 event: 'send-non-fatal-exception',
136 listener: (error: Error, context?: { [key: string]: string }) => void
137 ): this

Callers 15

startAppFunction · 0.65
start.tsFile · 0.65
test.mjsFile · 0.65
index.tsFile · 0.65
onActivityMethod · 0.65
controlMockServerFunction · 0.65
e2e-fixtures.tsFile · 0.65
createMockUpdateServerFunction · 0.65
componentDidMountMethod · 0.65
loadMethod · 0.65

Implementers 1

MockIPCapp/test/helpers/mock-ipc.ts

Calls

no outgoing calls

Tested by

no test coverage detected