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 4c0634c commit 1df41faCopy full SHA for 1df41fa
main.go
@@ -76,6 +76,8 @@ func main() {
76
}
77
if err != nil {
78
fmt.Fprintf(os.Stderr, "error: %v", err)
79
+ fmt.Fprint(os.Stderr, "Warning: The following table may be incomplete due to errors detected during the run")
80
+ w.Flush()
81
os.Exit(1)
82
83
if *exitErr && sockFound {
0 commit comments