23.02.2023, 12:47
Replace this line:
With this:
Code:
copas.setErrorHandler(log)
With this:
Code:
copas.setErrorHandler(function(msg)
if msg ~= nil then
log(msg)
end
end)