mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 18:21:16 -03:00
Fix format string for internal parser error
This commit is contained in:
@@ -2742,7 +2742,7 @@ macro_rules! internal_error {
|
||||
)
|
||||
$(, $args)*
|
||||
);
|
||||
FLOGF!(debug, "Encountered while parsing:<<<<\n{}\n>>>", $self.tokens.src);
|
||||
FLOGF!(debug, "Encountered while parsing:<<<<\n%s\n>>>", $self.tokens.src);
|
||||
panic!();
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user