Aiden Cline 4 ay önce
ebeveyn
işleme
7eccbdc4ac
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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",
       title: "Exit the app",
       value: "app.exit",
       value: "app.exit",
-      onSelect: exit,
+      onSelect: () => exit(),
       category: "System",
       category: "System",
     },
     },
     {
     {