Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/langgenius/dify
/ error
Function
error
cli/src/framework/command.ts:58–61 ·
view source on GitHub ↗
(message: string, opts?: { exit?: number })
Source
from the content-addressed store, hash-verified
56
}
57
58
error(message: string, opts?: { exit?: number }): never {
59
process.stderr.write(`${message}\n`)
60
process.exit(opts?.exit ?? 1)
61
}
62
63
agentGuide(): string {
64
return
''
Callers
nothing calls this directly
Calls
2
write
Method · 0.45
exit
Method · 0.45
Tested by
no test coverage detected