minor fix of caching
This commit is contained in:
parent
e279e4ea50
commit
8e907b6d98
@ -42,7 +42,7 @@ local function execute(str, args, ...)
|
|||||||
|
|
||||||
local comp = compiler(str, expArgs)
|
local comp = compiler(str, expArgs)
|
||||||
|
|
||||||
cache[argsHash] = { }
|
if not cache[argsHash] then cache[argsHash] = { } end
|
||||||
|
|
||||||
cache[argsHash][str] = comp
|
cache[argsHash][str] = comp
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user