mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-23 04:26:05 +00:00
fix /exit
This commit is contained in:
parent
ab072290fc
commit
7eccbdc4ac
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ function App() {
|
|||
{
|
||||
title: "Exit the app",
|
||||
value: "app.exit",
|
||||
onSelect: exit,
|
||||
onSelect: () => exit(),
|
||||
category: "System",
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue