summaryrefslogtreecommitdiff
path: root/script/vm/tracer.lua
diff options
context:
space:
mode:
Diffstat (limited to 'script/vm/tracer.lua')
-rw-r--r--script/vm/tracer.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/vm/tracer.lua b/script/vm/tracer.lua
index 6ce57d5c..a13d00e1 100644
--- a/script/vm/tracer.lua
+++ b/script/vm/tracer.lua
@@ -369,7 +369,7 @@ local lookIntoChild = util.switch()
local neverReturn = subBlock.hasReturn
or subBlock.hasGoTo
or subBlock.hasBreak
- or subBlock.hasError
+ or subBlock.hasExit
if neverReturn then
mergedNode = true
else