mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
chore: format code
This commit is contained in:
parent
661122bab8
commit
6db822fd92
1 changed files with 3 additions and 1 deletions
|
|
@ -20,7 +20,9 @@ export async function runUpdater(onDownloadEvent?: (progress: DownloadEvent) =>
|
|||
return false
|
||||
}
|
||||
|
||||
const shouldUpdate = await ask(`Version ${update.version} of OpenCode has been downloaded, would you like to install it and relaunch?`)
|
||||
const shouldUpdate = await ask(
|
||||
`Version ${update.version} of OpenCode has been downloaded, would you like to install it and relaunch?`,
|
||||
)
|
||||
if (!shouldUpdate) return
|
||||
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue