forked from extern/nushell
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