We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad6054 commit cee5684Copy full SHA for cee5684
1 file changed
internal/executor/executor.go
@@ -50,7 +50,9 @@ func New(opt *option.Options, hostname string) {
50
}
51
52
53
- fmt.Println(out)
+ if out != "" {
54
+ fmt.Println(out)
55
+ }
56
57
58
func writeToFile(data, output string) {
0 commit comments