Details
-
Bug
-
Resolution: Unresolved
-
Major - P3
-
None
-
None
-
None
-
OS:
node.js / npm versions:
Additional info:
Description
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.