Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd: Check error returned by GetPort (#83)
Before this change, error returned by internal.GetPort was assigned to err variable, but this assignment was ineffectual and error was ignored.
- Loading branch information