chore: generate
This commit is contained in:
@@ -79,10 +79,7 @@ export async function installUpdate(killSidecar: () => Promise<void>) {
|
|||||||
autoUpdater.quitAndInstall()
|
autoUpdater.quitAndInstall()
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function checkForUpdates(
|
export async function checkForUpdates(alertOnFail: boolean, killSidecar: () => Promise<void>) {
|
||||||
alertOnFail: boolean,
|
|
||||||
killSidecar: () => Promise<void>,
|
|
||||||
) {
|
|
||||||
if (!UPDATER_ENABLED) return
|
if (!UPDATER_ENABLED) return
|
||||||
logger.log("checkForUpdates invoked", { alertOnFail })
|
logger.log("checkForUpdates invoked", { alertOnFail })
|
||||||
const result = await checkUpdate()
|
const result = await checkUpdate()
|
||||||
|
|||||||
Reference in New Issue
Block a user