diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2019-08-16 09:51:54 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2019-08-16 09:51:54 -0300 |
commit | ca13be9af784b7288d3a07d9b5bccb329086e885 (patch) | |
tree | c027419f98064d681518a4130439920a13a11b06 /manual | |
parent | a1d8eb27431c02c4529be1efd92143ad65434f3a (diff) | |
download | lua-ca13be9af784b7288d3a07d9b5bccb329086e885.tar.gz lua-ca13be9af784b7288d3a07d9b5bccb329086e885.tar.bz2 lua-ca13be9af784b7288d3a07d9b5bccb329086e885.zip |
Supressed errors in '__close' generate warnings
Diffstat (limited to 'manual')
-rw-r--r-- | manual/manual.of | 2 |
1 files changed, 1 insertions, 1 deletions
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. | |||
1556 | After an error, | 1556 | After an error, |
1557 | the other pending closing methods will still be called. | 1557 | the other pending closing methods will still be called. |
1558 | Errors in these methods | 1558 | Errors in these methods |
1559 | interrupt the respective method, | 1559 | interrupt the respective method and generate a warning, |
1560 | but are otherwise ignored; | 1560 | but are otherwise ignored; |
1561 | the error reported is only the original one. | 1561 | the error reported is only the original one. |
1562 | 1562 | ||