mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
kindle: show require error trace (#10569)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user