fix: make_entry.gen_from_string is a factory and needs to be called (#2116)
This commit is contained in:
@@ -10,7 +10,7 @@ return function(opts)
|
||||
input_results = opts.results
|
||||
end
|
||||
|
||||
local entry_maker = opts.entry_maker or make_entry.gen_from_string()
|
||||
local entry_maker = opts.entry_maker or make_entry.gen_from_string(opts)
|
||||
|
||||
local results = {}
|
||||
for k, v in ipairs(input_results) do
|
||||
|
||||
Reference in New Issue
Block a user