kindle: show require error trace (#10569)

reviewable/pr10574/r1
Benoit Pierre 11 months ago committed by GitHub
parent f7d633cc3d
commit bb7ae20697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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")

Loading…
Cancel
Save