MCPcopy Create free account
hub / github.com/Noumena-Network/code / handleExit

Method handleExit

src/tools/REPLTool/pyReplFactory.tsx:413–415  ·  view source on GitHub ↗
(reason: string)

Source from the content-addressed store, hash-verified

411 })
412
413 const handleExit = (reason: string) => {
414 this.shutdown(reason)
415 }
416 child.on('error', error => {
417 handleExit(error.message)
418 })

Callers 2

componentDidCatchMethod · 0.80
AppClass · 0.80

Calls 1

shutdownMethod · 0.95

Tested by

no test coverage detected