From e124d5d2cc26aa76a0c295791c2ba18f101de7f8 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 22 Apr 2021 00:39:48 +0800 Subject: improve checktool cache --- xmake/core/cache/localcache.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/core/cache/localcache.lua') diff --git a/xmake/core/cache/localcache.lua b/xmake/core/cache/localcache.lua index 8f99a16d7..fc68533f5 100644 --- a/xmake/core/cache/localcache.lua +++ b/xmake/core/cache/localcache.lua @@ -84,7 +84,7 @@ end -- get cache value in level/3 function _instance:get3(key1, key2, key3) - local value2 = self:get2(key1) + local value2 = self:get2(key1, key2) if value2 ~= nil then return value2[key3] end -- cgit v1.3.1