Skip to content

Commit d61e988

Browse files
committed
Nicer ProcessResult output
1 parent 4783acc commit d61e988

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

common/formatter/output/common_structs.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ func (lr ProcessResult) String() string {
5353
}
5454
if lr.Error != "" {
5555
ret += fmt.Sprint(" - ", lr.Error)
56-
} else if lr.Path != "" {
57-
ret += fmt.Sprint(" - PATH : ", lr.Path)
5856
}
5957
return strings.TrimSpace(ret)
6058
}

0 commit comments

Comments
 (0)