diff options
Diffstat (limited to 'nomsu.moon')
| -rwxr-xr-x | nomsu.moon | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -323,6 +323,7 @@ class NomsuCompiler return tree run: (src, filename, vars={}, max_operations=nil)=> + if src == "" then return nil, "", vars if max_operations timeout = -> debug.sethook! |
