mirror of
https://github.com/sharkdp/bat.git
synced 2025-08-10 08:08:07 +02:00
Print error message when invalid syntax is specified
This commit is contained in:
@ -121,7 +121,7 @@ impl<'b> Controller<'b> {
|
||||
&mut opened_input,
|
||||
#[cfg(feature = "git")]
|
||||
&line_changes,
|
||||
))
|
||||
)?)
|
||||
};
|
||||
|
||||
let result = self.print_file(
|
||||
|
Reference in New Issue
Block a user