mirror of
https://github.com/nushell/nushell
synced 2025-01-15 22:54:16 +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 (
|
return (
|
||||||
garbage(Span::new(0, 0)),
|
garbage(Span::new(0, 0)),
|
||||||
Some(ParseError::UnknownState(
|
Some(ParseError::UnknownState(
|
||||||
"internal error: incomplete statement".into(),
|
"Incomplete statement".into(),
|
||||||
span(spans),
|
span(spans),
|
||||||
)),
|
)),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue