aboutsummaryrefslogtreecommitdiff
path: root/error_handling.moon
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-01-19 18:27:30 -0800
committerBruce Hill <bruce@bruce-hill.com>2019-01-19 18:27:39 -0800
commit14f3ad993ed5a216be5ac4539a40dfafbd191bf2 (patch)
tree89250c09881804c7146db9616e175604a31ce7a1 /error_handling.moon
parent3b6d3553c8509026b37769e7c49bbfa5a798d501 (diff)
Fixed bug in error handling.
Diffstat (limited to 'error_handling.moon')
-rw-r--r--error_handling.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/error_handling.moon b/error_handling.moon
index 3252727..23cb5ea 100644
--- a/error_handling.moon
+++ b/error_handling.moon
@@ -42,7 +42,7 @@ debug.getinfo = (thread,f,what)->
info.lastlinedefined = assert(map[info.lastlinedefined])
info.short_src = info.source\match('@([^[]*)') or info.short_src
info.name = if info.name
- "action '#{calling_fn.name\from_lua_id!}'"
+ "action '#{info.name\from_lua_id!}'"
else "main chunk"
return info