mirror of
https://github.com/nushell/nushell.git
synced 2025-02-21 21:11:49 +01:00
change name in error
This commit is contained in:
parent
9a16a8fd06
commit
198c884158
@ -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 New Issue
Block a user