Skip to content

Commit

Permalink
Fix listening from start
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Oct 26, 2024
1 parent 6626536 commit 3592284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func init() {
}

// No existing process found or not listening, start a new one
outPort, err := getFreePort()
outPort, err = getFreePort()
if err != nil {
panic("Can't get free port")
}
Expand Down

0 comments on commit 3592284

Please sign in to comment.