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
When socket_file is not found we return:
UNIX socket file was not set
which is not descriptive at all when the file is not found.
Let's fix that by catching the case where the file is not present
and return a better message
0 commit comments