mirror of
https://github.com/nushell/nushell
synced 2025-01-13 21:55:07 +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),
|
||||
Some(ParseError::UnknownState(
|
||||
"internal error: let statement unparseable".into(),
|
||||
"internal error: alias statement unparseable".into(),
|
||||
span(spans),
|
||||
)),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue