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
In 657cd71 it was assumed that Etc
would never be available on Windows and that the LoadError would catch
it. Turns out that was an invalid assumption. This uses the safe
operator to gracefully handle it.
Fixes: 657cd71
0 commit comments