We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 366b8a8 commit a73ac65Copy full SHA for a73ac65
packages/opencode/src/index.ts
@@ -46,11 +46,6 @@ process.on("uncaughtException", (e) => {
46
})
47
48
49
-// Ensure the process exits on terminal hangup (eg. closing the terminal tab).
50
-// Without this, long-running commands like `serve` block on a never-resolving
51
-// promise and survive as orphaned processes.
52
-process.on("SIGHUP", () => process.exit())
53
-
54
let cli = yargs(hideBin(process.argv))
55
.parserConfiguration({ "populate--": true })
56
.scriptName("opencode")
0 commit comments