From 2282085e13f11581d2d5c0ac1491d54da4a3e19d Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 15 Sep 2018 20:20:40 -0700 Subject: Initial working version. --- nomsu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nomsu.lua') diff --git a/nomsu.lua b/nomsu.lua index 328ef32..fda8dd4 100644 --- a/nomsu.lua +++ b/nomsu.lua @@ -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 -- cgit v1.2.3