this one errors, because the variable gerrorm
might be nil
, and you cant concat the strings
with nil
its says on the pcall
documentation, that the first results is always returns boolean
while the second and next ones, its either error or the function returns.
So its still not a bug