mirror of
https://github.com/sharkdp/bat
synced 2026-08-06 19:21:43 +00:00
Handle syntax-set loading errors
This commit is contained in:
@@ -40,6 +40,7 @@ mod errors {
|
||||
foreign_links {
|
||||
Clap(::clap::Error);
|
||||
Io(::std::io::Error);
|
||||
SyntectError(::syntect::LoadingError);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user