Fix a bad slice into erroring utf-8 buffer (#872)

This commit is contained in:
JT
2022-01-28 15:32:46 -05:00
committed by GitHub
parent 020ad24b25
commit 86eeb4a5e7
8 changed files with 44 additions and 19 deletions

View File

@ -72,6 +72,7 @@ impl Command for Table {
.into_iter(),
),
ctrlc,
head,
),
head,
None,
@ -187,6 +188,7 @@ impl Command for Table {
stream,
}),
ctrlc,
head,
),
head,
None,