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
If the os.name or os.family fact is missing this will result in
nil.downcase. In practice that's unlikely, but in some test scenarios it
can happen. By using the properly cased values it removes the need to
downcase, which is also slightly faster.
0 commit comments