diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-19 20:41:31 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-19 20:42:09 -0700 |
| commit | 47db74229deaf281ad02c8305c4e4d4c8dbd3d7d (patch) | |
| tree | fac39ef65240c3de58b68a4f59bb93f2d4e622c6 /files.moon | |
| parent | 0eff1c77f250e6839086f41af0c79bb3e2e8ea39 (diff) | |
Fixed some bugs in trailing_line_len() and refactored tree_to_nomsu into
separate inline/not-inline functions.
Diffstat (limited to 'files.moon')
| -rw-r--r-- | files.moon | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -98,6 +98,7 @@ files.walk = (path, flush_cache=false)-> for nomsupath in package.nomsupath\gmatch("[^;]+") if _files = browse(nomsupath.."/"..path) then break iter = (_files, i)-> + return unless _files i += 1 if f = _files[i] return i, f |
