We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54dd1bc commit bc58e55Copy full SHA for bc58e55
cmd/size/size.go
@@ -66,7 +66,7 @@ of the size command.`,
66
encErr := json.NewEncoder(os.Stdout).Encode(results)
67
if err != nil {
68
if encErr != nil {
69
- fs.Logf(fsrc, "JSON output may be incomplete or corrupted: %v", encErr)
+ fs.Errorf(fsrc, "JSON output may be incomplete or corrupted: %v", encErr)
70
}
71
return err
72
0 commit comments