Selaa lähdekoodia

[Minor] Add missing `fun` module local reference

tags/1.4.0
Alexander Moisseev 7 vuotta sitten
vanhempi
commit
2dd933f9e8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/plugins/lua/settings.lua

+ 1
- 1
src/plugins/lua/settings.lua Näytä tiedosto

@@ -468,7 +468,7 @@ local function process_settings_table(tbl)

settings_initialized = false
-- filter trash in the input
local ft = filter(
local ft = fun.filter(
function(_, elt)
if type(elt) == "table" then
return true

Loading…
Peruuta
Tallenna