-
Type: Bug
-
Resolution: Gone away
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Auto Updates
-
None
-
Environment:OS:
node.js / npm versions:
Additional info:
-
Not Needed
There is a race condition where we return the preferences defaults until the initial load asynchronously repeats. So the checks in the autoupdater's setup first gets autoUpdates enabled as false. Then a split second later it toggles to true and then we trigger a check immediately anyway.