chore: generate
This commit is contained in:
parent
21ae91b4f2
commit
014dbd34c4
1 changed files with 1 additions and 4 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue