mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
change name in error
This commit is contained in:
@ -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),
|
||||
)),
|
||||
)
|
||||
|
Reference in New Issue
Block a user