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
Hello, when an error occurs in Lua, or if you call error() in a script, the first line of your script is the chunk name in the error stack.
You should add a second parameter for doString() to define the chunk name, please.
Thanks you in advance.
Hello, when an error occurs in Lua, or if you call error() in a script, the first line of your script is the chunk name in the error stack.
You should add a second parameter for doString() to define the chunk name, please.
Thanks you in advance.