diff options
Diffstat (limited to 'nomsu.moon')
| -rwxr-xr-x | nomsu.moon | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -126,7 +126,7 @@ run = -> unless args.no_core for _,filename in Files.walk('core') if filename\match "%.nom$" - nomsu\run_file filename + nomsu\import(nomsu\run_file(filename)) get_file_and_source = (filename)-> local file, source |
