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
will be wrong if test returns a LuaTuple, only catching the first element of it. This should be easy to change, albeit with a performance hit, by using ...values.
The text was updated successfully, but these errors were encountered:
Basing off of the example in the readme:
will be wrong if
test
returns a LuaTuple, only catching the first element of it. This should be easy to change, albeit with a performance hit, by using...values
.The text was updated successfully, but these errors were encountered: