mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
bump base (#13140)
- https://github.com/koreader/koreader-base/pull/2016
This commit is contained in:
2
base
2
base
Submodule base updated: c844e4b2f8...7ecda58843
@@ -1,6 +1,3 @@
|
||||
package.path = "?.lua;common/?.lua;frontend/?.lua;" .. package.path
|
||||
package.cpath = "?.so;common/?.so;/usr/lib/lua/?.so;" .. package.cpath
|
||||
|
||||
-- turn off debug by default and set log level to warning
|
||||
require("dbg"):turnOff()
|
||||
local logger = require("logger")
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
describe("Dbg module", function()
|
||||
local dbg, dbg_on
|
||||
setup(function()
|
||||
package.path = "?.lua;common/?.lua;frontend/?.lua;" .. package.path
|
||||
dbg = require("dbg")
|
||||
dbg_on = dbg.is_on
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user