From 0f0fb2256a46a8808794d7d4746d112278da3730 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 10 Jan 2019 16:33:37 -0800 Subject: Major overhaul of how modules and environments work, along with some steamlining and tweaks to the makefile. Version bump: 6.14.13.8 --- code_obj.moon | 2 ++ 1 file changed, 2 insertions(+) (limited to 'code_obj.moon') diff --git a/code_obj.moon b/code_obj.moon index 9315264..3c0294a 100644 --- a/code_obj.moon +++ b/code_obj.moon @@ -98,6 +98,8 @@ class Code for i=1,n b = select(i, ...) assert(b, "code bit is nil") + if b.Dict + require('ldt').breakpoint() assert(not Source\is_instance(b), "code bit is a Source") if b == '' then continue bits[#bits+1] = b -- cgit v1.2.3