chore: rm empty try-catch block (#2769)

Co-authored-by: Sandip Wane <sandip.wane@cloudhedge.io>
pull/2914/head
Sandip Wane 2025-10-02 09:51:57 +05:30 committed by GitHub
parent 5079ba7ce5
commit 8fc6a25142
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -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,