We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea1016 commit 785c074Copy full SHA for 785c074
server/listener.go
@@ -64,6 +64,7 @@ func NewListener(protocol, address string, unixSocketPath string) (*Listener, er
64
// More examples:
65
// https://github.com/dolthub/dolt/actions/runs/5395439523/jobs/9797921148#step:18:2249
66
// https://github.com/dolthub/dolt/actions/runs/5404900318/jobs/9819723916?pr=6245#step:18:2216
67
+ // https://github.com/dolthub/dolt/actions/runs/5406531989/jobs/9823511686?pr=6245#step:18:2216
68
if err != nil {
69
if strings.Contains(strings.ToLower(err.Error()), "address already in use") {
70
split := strings.Split(address, ":")
0 commit comments