Data update
This commit is contained in:
parent
4d5544505c
commit
4924dd0264
3073 changed files with 55820 additions and 4408 deletions
|
|
@ -6,6 +6,8 @@ end
|
|||
|
||||
-- 'status' is false if 'throw_error' threw an error
|
||||
-- otherwise, when everything went well, it will be true.
|
||||
-- 'errmsg' contains the error message, plus filename and line number of where the error occured
|
||||
status, errmsg = pcall(throw_error)
|
||||
-- 'errmsg' contains the error message, plus filename
|
||||
-- and line number of where the error occurred
|
||||
|
||||
local status, errmsg = pcall(throw_error)
|
||||
print("errmsg = ", errmsg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue