test
This commit is contained in:
parent
10ef334a8b
commit
ff36d8a744
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ function module.init(shared)
|
||||||
local tstore = value.store;
|
local tstore = value.store;
|
||||||
local rawKey = value.key;
|
local rawKey = value.key;
|
||||||
local set = tstore[rawKey];
|
local set = tstore[rawKey];
|
||||||
if set or (rawKey:match(",") and with) then
|
if type(set) ~= "nil" or (rawKey:match(",") and with) then
|
||||||
if with then
|
if with then
|
||||||
set = with(tstore,set,value.key,item);
|
set = with(tstore,set,value.key,item);
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue