mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
defaults.persistent.lua We were pcall'ing the parsing, but not the execution... The funky Lua syntax quirks means that it is possible to pass the former but not the latter ;). Fix #9700, de-facto regression since #9546