aboutsummaryrefslogtreecommitdiff
path: root/nomsu.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nomsu.lua')
-rw-r--r--nomsu.lua2
1 files changed, 1 insertions, 1 deletions
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