mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18: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 () {
|
||||
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}`);
|
||||
|
|
|
|||
Loading…
Reference in a new issue