1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-09 19:51:48 +00:00

Check result of read_until, and return Error if 0, which indicates EOF was found before delimeter.

This commit is contained in:
Reid Wagner
2019-02-02 11:59:32 -08:00
committed by David Peter
parent f3f9f10f05
commit 61e888de7f
3 changed files with 15 additions and 9 deletions
+3
View File
@@ -63,6 +63,9 @@ mod errors {
SyntectError(::syntect::LoadingError);
ParseIntError(::std::num::ParseIntError);
}
errors {
ImmediateEOF
}
}
pub fn handle_error(error: &Error) {