function print_args(args)
print(args)
end
use below code:
local _, result, err = mobdebug.handle(string.format("exec return print_args('%s')", '1/0 --[[math.huge]]'), client)
result is:

but execute from local like below code:
print_args('1/0 --[[math.huge]]')
result is:
