fix fetch word

This commit is contained in:
tqcq 2025-03-20 17:00:31 +08:00
parent 35c6c48b2e
commit e2fe39eeff

View File

@ -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