kindle: show require error trace (#10569)

This commit is contained in:
Benoit Pierre
2023-06-11 19:46:46 +00:00
committed by GitHub
parent f7d633cc3d
commit bb7ae20697

View File

@@ -77,7 +77,7 @@ local function isSpecialOffers()
-- Look at the current blanket modules to see if the SO screensavers are enabled...
local haslipc, lipc = pcall(require, "liblipclua")
if not (haslipc and lipc) then
logger.warn("could not load liblibclua")
logger.warn("could not load liblipclua:", lipc)
return true
end
local lipc_handle = lipc.init("com.github.koreader.device")