You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
profile: Remove duplicate update check code fixing edge case + add actual info to warning
In the previous implementation (PR ChrisTitusTech#127), there was an edge case where a powershell update check will take place and a profile update check might not
due to floating point vs int values (.Date vs without (L84 vs L125 in PR)).
Commonize the checks since no situation exists where one runs but the other does not.
Add better dev-centered warning message since the previous warning was made to address the fact the profile has transitioned from update checks every launch
to a periodic check, now that users are aware of it, we can notify them when the last update was rather than the fact it was just skipped. (Issue ChrisTitusTech#132)
Signed-off-by: Anirudh Gupta <[email protected]>
0 commit comments