mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
chore: rm empty try-catch block (#2769)
Co-authored-by: Sandip Wane <sandip.wane@cloudhedge.io>
This commit is contained in:
parent
5079ba7ce5
commit
8fc6a25142
1 changed files with 0 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue