diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-12 21:42:09 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-12 21:42:16 -0700 |
| commit | 0fd3d1f2b98e8ef861b2f4c12cb471d1a151594d (patch) | |
| tree | e02a64d830027aa07097ce6c5d275478c406c76d /code_obj.moon | |
| parent | af62e3e8bf2794048e7c20fc16fabd8c4726961e (diff) | |
Fixing up comments, slowly.
Diffstat (limited to 'code_obj.moon')
| -rw-r--r-- | code_obj.moon | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/code_obj.moon b/code_obj.moon index 1586d15..ce8e715 100644 --- a/code_obj.moon +++ b/code_obj.moon @@ -60,6 +60,7 @@ class Code for i=1,n b = select(i, ...) assert(b, "code bit is nil") + if Source\is_instance(b) then require('ldt').breakpoint! if b == '' then continue bits[#bits+1] = b if type(b) == 'string' |
