Any Lua value that you pass to error will be returned by pcall: local status, err = pcall(function () error({code=121}) end) print(err.code) --> 121 These ...
確定! 回上一頁