From 1c01ee48340c524af9223fac43f21d3a545e4583 Mon Sep 17 00:00:00 2001 From: adamdottv <2363879+adamdottv@users.noreply.github.com> Date: Thu, 29 May 2025 15:22:25 -0500 Subject: wip: refactoring tui --- main.go | 6 ------ 1 file changed, 6 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index c986a1178..d81e6f8f9 100644 --- a/main.go +++ b/main.go @@ -2,14 +2,8 @@ package main import ( "github.com/sst/opencode/cmd" - "github.com/sst/opencode/internal/logging" - "github.com/sst/opencode/internal/status" ) func main() { - defer logging.RecoverPanic("main", func() { - status.Error("Application terminated due to unhandled panic") - }) - cmd.Execute() } -- cgit v1.2.3