mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +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