Skip to content

Commit 1df41fa

Browse files
Add Output on Error
1 parent 4c0634c commit 1df41fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ func main() {
7676
}
7777
if err != nil {
7878
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()
7981
os.Exit(1)
8082
}
8183
if *exitErr && sockFound {

0 commit comments

Comments
 (0)