diff options
| author | ruki <[email protected]> | 2015-06-10 11:10:25 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-06-10 11:10:25 +0800 |
| commit | 177400e62e74d5ad3539573cfd3143cd19d3d30f (patch) | |
| tree | b6fa15adda822c3cb1d6b8c2967bb2c6690e572c /xmake/scripts/base/config.lua | |
| parent | 7a2f8c098db24b46c37ab0db79d6e511b1681a77 (diff) | |
add project menu
Diffstat (limited to 'xmake/scripts/base/config.lua')
| -rw-r--r-- | xmake/scripts/base/config.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/base/config.lua b/xmake/scripts/base/config.lua index f8fb8afca..62db41dee 100644 --- a/xmake/scripts/base/config.lua +++ b/xmake/scripts/base/config.lua @@ -114,7 +114,7 @@ end function config.get(name) -- check - assert(config._CURRENT) + if not config._CURRENT then return end -- the value local value = config._CURRENT[name] |
