Loading
fix(updater): use correct lfs library path for KOReader
Changed from require("libs/lfs") to require("libs/libkoreader-lfs")
which is the correct path for KOReader's LuaFileSystem library.
Also wrapped in pcall for defensive programming:
- Doesn't crash if lfs unavailable
- Gracefully degrades (file size logging is optional)
- Provides useful debug message as fallback
Fixes error:
module 'libs/lfs' not found
The file size logging is purely informational and not required
for successful downloads.