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:
parent
4bf6ef6232
commit
3f6e47a269
@ -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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user