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

This commit is contained in:
opencode-agent[bot]
2026-03-24 06:37:49 +00:00

View File

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