diff options
Diffstat (limited to 'spec/inputs/upvalue_func.yue')
-rw-r--r-- | spec/inputs/upvalue_func.yue | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/inputs/upvalue_func.yue b/spec/inputs/upvalue_func.yue index 159be76..d4b3273 100644 --- a/spec/inputs/upvalue_func.yue +++ b/spec/inputs/upvalue_func.yue | |||
@@ -210,6 +210,8 @@ do | |||
210 | buff_strength = (char, item) -> | 210 | buff_strength = (char, item) -> |
211 | item.buffer.strength? char.stats.strength?::ref() | 211 | item.buffer.strength? char.stats.strength?::ref() |
212 | 212 | ||
213 | local debug_env_before, debug_env_after | ||
214 | |||
213 | exe_func = (func, env) -> | 215 | exe_func = (func, env) -> |
214 | ok, ... = try | 216 | ok, ... = try |
215 | debug_env_before(env) | 217 | debug_env_before(env) |