diff options
| author | Nacho Vazquez <[email protected]> | 2025-04-12 12:43:23 -0300 |
|---|---|---|
| committer | Nacho Vazquez <[email protected]> | 2025-04-12 12:43:23 -0300 |
| commit | bd2cb4b5b998602537ded61d1d8eae95f955d2df (patch) | |
| tree | a41536e1e15850722e19ae3967a7e9b524affffd /cmd | |
| parent | 6fe85c66e7ab17c4e7bf886a662b1f27ac630120 (diff) | |
| download | opencode-bd2cb4b5b998602537ded61d1d8eae95f955d2df.tar.gz opencode-bd2cb4b5b998602537ded61d1d8eae95f955d2df.zip | |
refactor: use context for automatic lsp process cleanup
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/root.go | 1 |
1 files changed, 0 insertions, 1 deletions
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( |
