mirror of
https://github.com/nushell/nushell
synced 2025-01-16 07:04:09 +00:00
change name in error
This commit is contained in:
parent
9a16a8fd06
commit
198c884158
1 changed files with 1 additions and 1 deletions
|
@ -2511,7 +2511,7 @@ pub fn parse_alias(
|
||||||
(
|
(
|
||||||
garbage_statement(spans),
|
garbage_statement(spans),
|
||||||
Some(ParseError::UnknownState(
|
Some(ParseError::UnknownState(
|
||||||
"internal error: let statement unparseable".into(),
|
"internal error: alias statement unparseable".into(),
|
||||||
span(spans),
|
span(spans),
|
||||||
)),
|
)),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue