summaryrefslogtreecommitdiff
path: root/xmake/core/base/interpreter.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-04-06 10:06:50 +0800
committerruki <[email protected]>2016-04-06 10:06:50 +0800
commit986109fa37d1c4b13ad970395358cc5ca6bacc08 (patch)
treedfb50f4e61d54b9d9c9946e0389f96646407ebe5 /xmake/core/base/interpreter.lua
parent17cef33022bf3308ebd03546ab65464f9390e69c (diff)
re-config it if host changed
Diffstat (limited to 'xmake/core/base/interpreter.lua')
-rw-r--r--xmake/core/base/interpreter.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/interpreter.lua b/xmake/core/base/interpreter.lua
index 74eb4fa18..97be6a9e7 100644
--- a/xmake/core/base/interpreter.lua
+++ b/xmake/core/base/interpreter.lua
@@ -49,7 +49,7 @@ function interpreter._traceback(errors)
local info = debug.getinfo(level, "Sln")
-- end?
- if not info or (info.name and info.name == "xpcall") then
+ if not info then
break
end