luau-safe-pcall
v1.0.0
Published
A utility function that wraps errorable functions into Results.
Downloads
2
Readme
safe_pcall
A utility function that wraps errorable functions into results.
safe_pcall(error, "hi, this is error"):catch(function(errorValue)
print(errorValue)
end)