Browse Source

fix /exit

Aiden Cline 3 months ago
parent
commit
7eccbdc4ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/opencode/src/cli/cmd/tui/app.tsx

+ 1 - 1
packages/opencode/src/cli/cmd/tui/app.tsx

@@ -312,7 +312,7 @@ function App() {
     {
       title: "Exit the app",
       value: "app.exit",
-      onSelect: exit,
+      onSelect: () => exit(),
       category: "System",
     },
     {