From bd2cb4b5b998602537ded61d1d8eae95f955d2df Mon Sep 17 00:00:00 2001 From: Nacho Vazquez Date: Sat, 12 Apr 2025 12:43:23 -0300 Subject: refactor: use context for automatic lsp process cleanup --- cmd/root.go | 1 - 1 file changed, 1 deletion(-) (limited to 'cmd') diff --git a/cmd/root.go b/cmd/root.go index bd9336fce..bdab53e14 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -48,7 +48,6 @@ var rootCmd = &cobra.Command{ ctx := context.Background() app := app.New(ctx, conn) - defer app.Close() logging.Info("Starting termai...") zone.NewGlobal() tui := tea.NewProgram( -- cgit v1.2.3