chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-08 06:20:21 +00:00
parent 21ae91b4f2
commit 014dbd34c4

View File

@@ -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()