mirror of
https://github.com/nushell/nushell.git
synced 2025-02-01 19:19:24 +01:00
change message
This commit is contained in:
parent
9c98783917
commit
66c58217af
@ -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 New Issue
Block a user