diff options
| author | Sandip Wane <[email protected]> | 2025-10-02 09:51:57 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-01 23:21:57 -0500 |
| commit | 8fc6a25142a0b5fd07da4686da439c0bc0625793 (patch) | |
| tree | 955870c427a3f0c89c5c5cfc1ec310c4769ddfc1 | |
| parent | 5079ba7ce516053fb5678b9aba0a20f7fba7b234 (diff) | |
| download | opencode-8fc6a25142a0b5fd07da4686da439c0bc0625793.tar.gz opencode-8fc6a25142a0b5fd07da4686da439c0bc0625793.zip | |
chore: rm empty try-catch block (#2769)
Co-authored-by: Sandip Wane <[email protected]>
| -rw-r--r-- | packages/opencode/src/index.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/opencode/src/index.ts b/packages/opencode/src/index.ts index 6f03e23bc..7a54f0b2d 100644 --- a/packages/opencode/src/index.ts +++ b/packages/opencode/src/index.ts @@ -22,9 +22,6 @@ import { AttachCommand } from "./cli/cmd/attach" const cancel = new AbortController() -try { -} catch (e) {} - process.on("unhandledRejection", (e) => { Log.Default.error("rejection", { e: e instanceof Error ? e.message : e, |
