mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-13 06:04:31 +02:00
Don't swallow errors in finalizers.
This commit is contained in:
@ -5,7 +5,6 @@ local finalizer_called
|
||||
local func = socket.protect(function(err, ...)
|
||||
local try = socket.newtry(function()
|
||||
finalizer_called = true
|
||||
error("ignored")
|
||||
end)
|
||||
|
||||
if err then
|
||||
|
Reference in New Issue
Block a user