aboutsummaryrefslogtreecommitdiff
path: root/nomsu.moon
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-09-15 20:20:40 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-09-15 20:20:46 -0700
commit2282085e13f11581d2d5c0ac1491d54da4a3e19d (patch)
treec556f53e4e90243721a23fe4507cbcfb5c6fb5eb /nomsu.moon
parentf8cfdd0f2276afe2f924295c192256601db595db (diff)
Initial working version.
Diffstat (limited to 'nomsu.moon')
-rwxr-xr-xnomsu.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu.moon b/nomsu.moon
index fcae65d..04a9515 100755
--- a/nomsu.moon
+++ b/nomsu.moon
@@ -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