nml icon indicating copy to clipboard operation
nml copied to clipboard

Fix: Include information about relevant block in ScriptError message

Open Pixel-Tony opened this issue 1 year ago • 1 comments

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.

Pixel-Tony avatar Feb 15 '24 12:02 Pixel-Tony

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?

Pixel-Tony avatar Feb 15 '24 12:02 Pixel-Tony