From ca13be9af784b7288d3a07d9b5bccb329086e885 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 16 Aug 2019 09:51:54 -0300 Subject: Supressed errors in '__close' generate warnings --- manual/manual.of | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/manual.of') diff --git a/manual/manual.of b/manual/manual.of index 8c71c613..bb6ae884 100644 --- a/manual/manual.of +++ b/manual/manual.of @@ -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. -- cgit v1.2.3-55-g6feb