Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/langgenius/dify
/ processExit
Function
processExit
cli/src/sys/index.ts:13–15 ·
view source on GitHub ↗
(code: number)
Source
from the content-addressed store, hash-verified
11
}
12
13
export
function
processExit(code: number): never {
14
return
process.exit(code) as never
15
}
16
17
export
function
io() {
18
return
{
Callers
nothing calls this directly
Calls
1
exit
Method · 0.45
Tested by
no test coverage detected