fix build error

This commit is contained in:
MaineK00n
2020-10-14 19:07:16 +09:00
parent 39f4fbaa2d
commit 6a60064dee
2 changed files with 12 additions and 2 deletions

View File

@@ -711,7 +711,7 @@ func setChangelogLayout(g *gocui.Gui) error {
if len(pack.AffectedProcs) != 0 {
for _, p := range pack.AffectedProcs {
if len(p.ListenPorts) == 0 {
lines = append(lines, fmt.Sprintf(" * PID: %s %s Port: ",
lines = append(lines, fmt.Sprintf(" * PID: %s %s Port: []",
p.PID, p.Name))
}