Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vercel/next.js
/ handleSigTerm
Function
handleSigTerm
packages/create-next-app/index.ts:22–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
let
projectPath: string =
''
21
22
const
handleSigTerm = () => process.exit(0)
23
24
process.on(
'SIGINT'
, handleSigTerm)
25
process.on(
'SIGTERM'
, handleSigTerm)
Callers
nothing calls this directly
Calls
1
exit
Method · 0.45
Tested by
no test coverage detected