Browse Source

[Minor] Multimap: Stringify symbol options

tags/2.3
Vsevolod Stakhov 4 years ago
parent
commit
5b43e9027a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/plugins/lua/multimap.lua

+ 1
- 1
src/plugins/lua/multimap.lua View File

@@ -590,7 +590,7 @@ local function multimap_callback(task, rule)


if opt then
task:insert_result(forced, symbol, score, opt)
task:insert_result(forced, symbol, score, tostring(opt))
else
task:insert_result(forced, symbol, score)
end

Loading…
Cancel
Save