2
0
Aiden Cline 3 сар өмнө
parent
commit
7eccbdc4ac

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

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