Skip to content

Commit 785c074

Browse files
committed
One more debuging note
1 parent cea1016 commit 785c074

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/listener.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ func NewListener(protocol, address string, unixSocketPath string) (*Listener, er
6464
// More examples:
6565
// https://github.com/dolthub/dolt/actions/runs/5395439523/jobs/9797921148#step:18:2249
6666
// 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
6768
if err != nil {
6869
if strings.Contains(strings.ToLower(err.Error()), "address already in use") {
6970
split := strings.Split(address, ":")

0 commit comments

Comments
 (0)