hops / pack2

MIT License
34 stars 2 forks source link

Error message displayed when piping into HEAD command #14

Closed 0xln closed 4 years ago

0xln commented 4 years ago

When running the following command

./pack2 statsgen plains.txt | head

The following error message is displayed. Appears to be cosmetic.

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }', src/statsgen.rs:174:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
hops commented 4 years ago

This is a duplicated of #17 so I'll close this one. While technically you being the first to report it I decided to track this issue in the one @roycewilliams opened.