We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EVAL "return 'hello lua" 0
(mismatched quote)
(error) Compilation error: [string "return 'hello lua"]:1: unfinished string near
EVAL "return 'hello lua'" 0
(now the quoting is correct)
(error) ERR Lua encountered an error: attempt to call a nil value
(exact same as above, quoting is correct)
"hello lua"
The first command triggers an assertion in LuaStateWrapper.cs:372 **, and also affects processing of next command and so on.
** It's not particular to that specific command, the assertion will be triggered also on other failures like 'EVAL foo 0'.
EVAL foo 0 EVAL "return bar" 0 EVAL "return bar" 0 EVAL foo 0
No response
v1.0.59
The text was updated successfully, but these errors were encountered:
kevin-montrose
No branches or pull requests
Describe the bug
(mismatched quote)
(now the quoting is correct)
(exact same as above, quoting is correct)
(exact same as 1st, so mismatched quote)
The first command triggers an assertion in LuaStateWrapper.cs:372 **, and also affects processing of next command and so on.
** It's not particular to that specific command, the assertion will be triggered also on other failures like 'EVAL foo 0'.
Steps to reproduce the bug
Expected behavior
No response
Screenshots
No response
Release version
v1.0.59
IDE
No response
OS version
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: