mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
io.lines only closes the fd when the loop is exited sanely, not by a control flow keyword (i.e., no break or return allowed). Regression since #8169