From ba87104202baa20bb1d98e5453572d9789eb15ca Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 11 Jan 2018 14:07:14 -0800 Subject: Fixed require->use, updated TODO. --- nomsu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nomsu.lua') diff --git a/nomsu.lua b/nomsu.lua index 3226c0e..3232d7d 100644 --- a/nomsu.lua +++ b/nomsu.lua @@ -1370,7 +1370,7 @@ if arg then end end if args.flags["-i"] then - nomsu:run('require "lib/core.nom"', "stdin") + nomsu:run('use "lib/core.nom"', "stdin") while true do local buff = "" while true do -- cgit v1.2.3