aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/lua-ejdb/unbundle-inspect.patch
blob: a2694a004f4c5b560941971cca4b921eb3e644a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- ./ejdb.lua.orig
+++ ./ejdb.lua
@@ -1,6 +1,6 @@
 local luaejdb = require("luaejdb")
 assert(type(luaejdb) == "table")
-local inspect = require("ejdb.inspect")
+local inspect = require("inspect")
 
 -- ------------ Misc -----------------------
 
@@ -532,4 +532,4 @@
 })
 luaejdb.Q = luaejdb.B -- Name variations
 
-return luaejdb;
\ No newline at end of file
+return luaejdb;