nml
nml copied to clipboard
Fix: Include information about relevant block in ScriptError message
Fixes #238, which refers to the error message in Action2 parser not containing produce-block as a relevant block.
This is my first commit to this repository, I hope someone will guide me in case anything is not correctly presented.
After already submitting this PR I noticed that mentioned error text is also present in some other Action2-related code. Since produce-block is based on this action, would it make sense to supplement those cases with mention of this block too?