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
Prevent panic when config directory is unavailable
In some environments (such as within containers), the XDG_CONFIG
directory is not available. In this case, reading the config should
behave as if the file was not present instead of panicking.
0 commit comments