Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error message when interrupting table with
ctrl+c
(nushell#7588)
`table` was displaying an incorrect "Couldn't fit table into X columns!" error when streaming was interrupted by `ctrl+c`: ![image](https://user-images.githubusercontent.com/26268125/209415204-cc20964b-fc43-42a0-867f-1b01cefb3213.png) This PR fixes that: ![image](https://user-images.githubusercontent.com/26268125/209415163-b3041357-7f16-4a17-b15a-170b4d50f5ee.png)
- Loading branch information