Advertisement
Ewgeniy

Untitled

Oct 28th, 2021
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. 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