Skip to content

Commit

Permalink
opt: error output
Browse files Browse the repository at this point in the history
  • Loading branch information
XinRoom committed Jan 12, 2023
1 parent 6e2f884 commit eb8b991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/go-portScan.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ func run(c *cli.Context) error {
s, err = syn.NewSynScanner(firstIp, retChan, option)
}
if err != nil {
fmt.Fprintf(os.Stderr, "[error] Initialize Scanner: %s", err)
fmt.Fprintf(os.Stderr, "[error] Initialize Scanner: %s\n", err)
os.Exit(-1)
}

Expand Down

0 comments on commit eb8b991

Please sign in to comment.