mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 20:16:38 +09:00
Added progress bar
This commit is contained in:
@@ -174,7 +174,7 @@ function Store.update(location,key,update_callback,...)
|
||||
local rtn
|
||||
if update_callback and type(update_callback) == 'function' then
|
||||
if args then
|
||||
rtn = udpate_callback(value,key,unpack(args))
|
||||
rtn = update_callback(value,key,unpack(args))
|
||||
else
|
||||
rtn = update_callback(value,key,...)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user