mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 14:08:41 -09:00
auto-updater: stop notifying and being annoying
This commit is contained in:
parent
01e923b263
commit
bd93dfa022
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ let isInit = false;
|
||||||
|
|
||||||
function init () {
|
function init () {
|
||||||
autoUpdater.on('error', (err, msg) => {
|
autoUpdater.on('error', (err, msg) => {
|
||||||
notify('Error fetching updates', msg + ' (' + err.stack + ')');
|
console.error('Error fetching updates', msg + ' (' + err.stack + ')');
|
||||||
});
|
});
|
||||||
|
|
||||||
autoUpdater.setFeedURL(`${FEED_URL}/${version}`);
|
autoUpdater.setFeedURL(`${FEED_URL}/${version}`);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue