MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / catch

Method catch

packages/server/src/commands/start.ts:13–19  ·  view source on GitHub ↗
(error: Error)

Source from the content-addressed store, hash-verified

11 }
12
13 async catch(error: Error) {
14 if (error.stack) logger.error(error.stack)
15 await new Promise((resolve) => {
16 setTimeout(resolve, 1000)
17 })
18 await this.failExit()
19 }
20
21 async stopProcess() {
22 try {

Callers 15

streamListenerFunction · 0.45
createEvaluationFunction · 0.45
handleMcpRequestFunction · 0.45
scheduleEvictionMethod · 0.45
_upsertCronJobMethod · 0.45
registerValidSWFunction · 0.45
checkValidServiceWorkerFunction · 0.45
unregisterFunction · 0.45
ConfigProviderFunction · 0.45
WebhookListenerDrawerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected