mirror of
https://github.com/nushell/nushell
synced 2024-12-27 05:23:11 +00:00
change message
This commit is contained in:
parent
9c98783917
commit
66c58217af
1 changed files with 1 additions and 1 deletions
|
@ -610,7 +610,7 @@ pub fn parse_call(
|
|||
return (
|
||||
garbage(Span::new(0, 0)),
|
||||
Some(ParseError::UnknownState(
|
||||
"internal error: incomplete statement".into(),
|
||||
"Incomplete statement".into(),
|
||||
span(spans),
|
||||
)),
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue