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