You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if you try to split a function call across multiple lines, you get an error about a missing semicolon. This error message is wrong and occurs due to limitations in the semicolon checker code. Ideally, we would be able to support this since it is technically allowed in normal Rhai syntax. At the very least, we should fix the error message to make it more clear what is going on.
The text was updated successfully, but these errors were encountered:
Currently, if you try to split a function call across multiple lines, you get an error about a missing semicolon. This error message is wrong and occurs due to limitations in the semicolon checker code. Ideally, we would be able to support this since it is technically allowed in normal Rhai syntax. At the very least, we should fix the error message to make it more clear what is going on.
The text was updated successfully, but these errors were encountered: