Skip to content

Commit

Permalink
feat(plc4go): output progressbar on stderr for analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Jul 5, 2022
1 parent 88f255b commit 48a1a83
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -57,7 +57,7 @@ func Analyze(pcapFile, protocolType, filter string, onlyParse, noBytesCompare bo
serializePackage = analyzer.SerializePackage
prettyPrint = analyzer.PrettyPrint
}
bar := progressbar.NewOptions(numberOfPackage, progressbar.OptionSetWriter(ansi.NewAnsiStdout()),
bar := progressbar.NewOptions(numberOfPackage, progressbar.OptionSetWriter(ansi.NewAnsiStderr()),
progressbar.OptionEnableColorCodes(true),
progressbar.OptionShowBytes(false),
progressbar.OptionSetWidth(15),
Expand Down

0 comments on commit 48a1a83

Please sign in to comment.