eclipse-langium / langium

Next-gen language engineering / DSL framework
https://langium.org/
MIT License
665 stars 61 forks source link

Correctly pass parser error message #1394

Closed msujew closed 4 months ago

msujew commented 4 months ago

For some reason, copying an error via the spread operator doesn't copy its message property. This change ensures that the message property is being copied.