mirror of
https://codeberg.org/icewind/tf-log-parser.git
synced 2026-06-03 18:24:09 +02:00
box sub error types
This commit is contained in:
parent
b01029ddde
commit
a90cb67dc2
4 changed files with 18 additions and 5 deletions
|
|
@ -19,7 +19,7 @@ fn main() -> Result<(), MainError> {
|
|||
let start = Instant::now();
|
||||
|
||||
let style = ProgressStyle::with_template(
|
||||
"[{elapsed_precise}] {wide_bar:.cyan/blue} {per_sec:!} {pos:>7}/{len:7}",
|
||||
"[{elapsed_precise}] {wide_bar:.cyan/blue} {per_sec:!} {pos:>7}/{len:7} [{eta}]",
|
||||
)
|
||||
.unwrap();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue