Supressed errors in '__close' generate warnings

This commit is contained in:
Roberto Ierusalimschy
2019-08-16 09:51:54 -03:00
parent a1d8eb2743
commit ca13be9af7
10 changed files with 166 additions and 45 deletions

View File

@@ -1556,7 +1556,7 @@ However, Lua may call the method one more time.
After an error,
the other pending closing methods will still be called.
Errors in these methods
interrupt the respective method,
interrupt the respective method and generate a warning,
but are otherwise ignored;
the error reported is only the original one.