From 9cc6ca5866fcfcf22bb42f9089ff21ca51a96987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Tue, 18 Jan 2022 15:35:11 +0800 Subject: `FIX` modify luarc failed --- script/library.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'script/library.lua') diff --git a/script/library.lua b/script/library.lua index 1f2e920e..7925d414 100644 --- a/script/library.lua +++ b/script/library.lua @@ -323,7 +323,12 @@ local function apply3rd(uri, cfg, onlyMemory) local changes = {} if cfg.configs then for _, change in ipairs(cfg.configs) do - changes[#changes+1] = change + changes[#changes+1] = { + key = change.key, + action = change.action, + value = change.value, + uri = uri, + } end end -- cgit v1.2.3