Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- return function(pcall_arg) local status,value=pcall(pcall_arg) if status then return value else return false end end -- Error trapping to false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement