diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-09-15 20:20:40 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-09-15 20:20:46 -0700 |
| commit | 2282085e13f11581d2d5c0ac1491d54da4a3e19d (patch) | |
| tree | c556f53e4e90243721a23fe4507cbcfb5c6fb5eb /nomsu.lua | |
| parent | f8cfdd0f2276afe2f924295c192256601db595db (diff) | |
Initial working version.
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 |
