diff options
Diffstat (limited to 'nomsu.lua')
| -rw-r--r-- | nomsu.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -187,7 +187,7 @@ run = function() if not (args.no_core) then for _, filename in Files.walk('core') do if filename:match("%.nom$") then - nomsu:run_file(filename) + nomsu:import(nomsu:run_file(filename)) end end end |
