mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 13:36:07 +02:00
Fix a bad slice into erroring utf-8 buffer (#872)
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user