1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

automatically check next pre-release channel

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-09-06 08:29:32 +03:00
parent 4bf6ef6232
commit 3f6e47a269

View File

@ -108,6 +108,7 @@ export const startUpdateChecking = once(function (interval = 1000 * 60 * 60 * 24
logger.info(`${AutoUpdateLogPrefix}: update not available from ${autoUpdater.channel}, will check ${nextChannel} channel next`);
autoUpdater.channel = nextChannel;
});
async function helper() {