Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Zoo-Code-Org/Zoo-Code
/ onSigterm
Function
onSigterm
apps/cli/src/commands/cli/run.ts:415–417 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
413
}
414
415
const
onSigterm = () => {
416
void shutdown(
"SIGTERM"
, 143)
417
}
418
419
const
onUncaughtException = (error: Error) => {
420
if
(
Callers
nothing calls this directly
Calls
1
shutdown
Function · 0.70
Tested by
no test coverage detected