diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-06-04 23:02:09 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-06-04 23:02:13 -0700 |
| commit | e22e1073905781557068140ded06c63f91738ad8 (patch) | |
| tree | 099c5f4d84fc8c49a8ee768746becca650a321ad /nomsu.moon | |
| parent | 08e590ac5725e05cfcd131d27e64f0cc6dd781fb (diff) | |
Minor tidying.
Diffstat (limited to 'nomsu.moon')
| -rwxr-xr-x | nomsu.moon | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -407,7 +407,6 @@ class NomsuCompiler src ..= colored.underscore colored.bright colored.red(file\sub(tok.source.start, tok.source.stop-1)) end_of_line = (LINE_STARTS[file][pos_to_line(file, tok.source.stop) + 1] or 0) - 1 src ..= colored.dim(file\sub(tok.source.stop, end_of_line-1)) - --src = ' '..tostring(@tree_to_nomsu(tok))\gsub('\n','\n ') src = ' '..src\gsub('\n', '\n ') err_msg = fn(src) error("#{tok.source.filename}:#{line_no}: "..err_msg, 0) |
