Skip to content
Snippets Groups Projects
Commit 161d6d04 authored by Mergen Imeev's avatar Mergen Imeev Committed by Kirill Yukhin
Browse files

lua: remove exceptions from function luaL_tofield()

Before this commit, the luaL_tofield() function threw a Lua
exception when an error occurred. This behavior has been changed
in this patch. Now it sets diag_set() and returns -1 in case of
an error.

Needed for #3505
parent 600fdd77
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment