summaryrefslogtreecommitdiff
path: root/xmake/core/base/interpreter.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2019-02-12 22:33:42 +0800
committerruki <[email protected]>2019-02-12 09:22:17 +0800
commitd7194331ea134b0e1b54a5e09a59824b9c399d83 (patch)
treeac95a37d84e5b489a2a619d1b393283bfa1a6c52 /xmake/core/base/interpreter.lua
parent25bd4311c541cbf6329b8a309d8d47ceeaee5184 (diff)
improve diagnosis info
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 4938a8ce1..6e8c3bd40 100644
--- a/xmake/core/base/interpreter.lua
+++ b/xmake/core/base/interpreter.lua
@@ -36,7 +36,7 @@ local sandbox = require("sandbox/sandbox")
-- traceback
function interpreter._traceback(errors)
- -- not verbose?
+ -- disable backtrace?
if errors then
local _, pos = errors:find("[nobacktrace]: ", 1, true)
if pos then