From 8221616cd620de69cc3ede2efed4bb60482a723f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 12 Sep 2017 23:08:38 -0700 Subject: [PATCH] Recompiled lua. --- nomsu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomsu.lua b/nomsu.lua index f111fc7..200b45a 100644 --- a/nomsu.lua +++ b/nomsu.lua @@ -830,7 +830,7 @@ if arg[1] then output:write([[ end local utils = require('utils') - local Compiler = require('nomic') + local Compiler = require('nomsu') local c = Compiler(require('core')) load()(c, {}) ]])