mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-19 00:34:23 +01:00
fix /exit
This commit is contained in:
@@ -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",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user