fix(core): restore SIGHUP exit handler (#16057) (#18527)

This commit is contained in:
Dax
2026-03-24 17:42:58 -04:00
committed by GitHub
parent 00d3b831fc
commit 56644be95a

View File

@@ -53,6 +53,7 @@ export const { use: useExit, provider: ExitProvider } = createSimpleContext({
message: store,
},
)
process.on("SIGHUP", () => exit())
return exit
},
})