diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-01-10 16:33:37 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-01-10 16:35:08 -0800 |
| commit | 0f0fb2256a46a8808794d7d4746d112278da3730 (patch) | |
| tree | 7cfb6b255beeb49705044876913e0332376b66d9 /code_obj.lua | |
| parent | db552f56dc1f2c6ea19a7d39d38ac66e52ed156e (diff) | |
Major overhaul of how modules and environments work, along with some
steamlining and tweaks to the makefile. Version bump: 6.14.13.8
Diffstat (limited to 'code_obj.lua')
| -rw-r--r-- | code_obj.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/code_obj.lua b/code_obj.lua index a09608f..05de45b 100644 --- a/code_obj.lua +++ b/code_obj.lua @@ -163,6 +163,9 @@ do repeat local b = select(i, ...) assert(b, "code bit is nil") + if b.Dict then + require('ldt').breakpoint() + end assert(not Source:is_instance(b), "code bit is a Source") if b == '' then _continue_0 = true |
