mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-17 10:02:51 +00:00
chore: generate
This commit is contained in:
@@ -79,10 +79,7 @@ export async function installUpdate(killSidecar: () => Promise<void>) {
|
||||
autoUpdater.quitAndInstall()
|
||||
}
|
||||
|
||||
export async function checkForUpdates(
|
||||
alertOnFail: boolean,
|
||||
killSidecar: () => Promise<void>,
|
||||
) {
|
||||
export async function checkForUpdates(alertOnFail: boolean, killSidecar: () => Promise<void>) {
|
||||
if (!UPDATER_ENABLED) return
|
||||
logger.log("checkForUpdates invoked", { alertOnFail })
|
||||
const result = await checkUpdate()
|
||||
|
||||
Reference in New Issue
Block a user