diff options
| author | Kujtim Hoxha <[email protected]> | 2025-04-13 12:41:55 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-13 12:41:55 +0200 |
| commit | 9004b91bf98856717333b009a2ca8d60dd6e804b (patch) | |
| tree | a41536e1e15850722e19ae3967a7e9b524affffd /cmd | |
| parent | 6fe85c66e7ab17c4e7bf886a662b1f27ac630120 (diff) | |
| parent | bd2cb4b5b998602537ded61d1d8eae95f955d2df (diff) | |
| download | opencode-9004b91bf98856717333b009a2ca8d60dd6e804b.tar.gz opencode-9004b91bf98856717333b009a2ca8d60dd6e804b.zip | |
Merge pull request #28 from naxodev/refactor/improve-process-management
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( |
