Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve error message for unexpected header (#226)
* improve error message for unexpected header before: ``` expected header (`[B@75c274f1`), but found 12249 ``` now: ``` expected header 'FLT GRPH' (`7076843271828072`), but found '1234-97000' ``` * fmt
- Loading branch information