diff options
| author | adamdottv <[email protected]> | 2025-06-13 10:47:51 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-06-13 10:47:51 -0500 |
| commit | 62b9a30a9c70bd48768055f0049400d27a849c3e (patch) | |
| tree | 10872b9a5ec6bf98338c5c7641747a3506acb79e /packages/tui/cmd | |
| parent | 5706c6ad3add2ad4eb6c3d152f0fa72b701027c4 (diff) | |
| download | opencode-62b9a30a9c70bd48768055f0049400d27a849c3e.tar.gz opencode-62b9a30a9c70bd48768055f0049400d27a849c3e.zip | |
wip: refactoring tui
Diffstat (limited to 'packages/tui/cmd')
| -rw-r--r-- | packages/tui/cmd/opencode/main.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/tui/cmd/opencode/main.go b/packages/tui/cmd/opencode/main.go index 06c4554a3..aa52f583c 100644 --- a/packages/tui/cmd/opencode/main.go +++ b/packages/tui/cmd/opencode/main.go @@ -123,9 +123,6 @@ func main() { // Cancel subscriptions first cancelSubs() - // Then shutdown the app - app_.Shutdown() - // Then cancel TUI message handler tuiCancel() |
