fix fetch word
This commit is contained in:
parent
35c6c48b2e
commit
e2fe39eeff
@ -74,8 +74,10 @@ local strategy = {
|
||||
-- HACK : Core process logic
|
||||
local function process(opts)
|
||||
opts = init_opts(opts)
|
||||
local str = opts.str
|
||||
if not str or str == '' then return end
|
||||
|
||||
|
||||
if not opts.str or opts.str == '' then return end
|
||||
local str = opts.str:match("(%w+)")
|
||||
|
||||
|
||||
-- Find in cache
|
||||
|
Loading…
x
Reference in New Issue
Block a user