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 9b4b2f1..aecb6fe 100644
--- a/nomsu.lua
+++ b/nomsu.lua
@@ -1017,7 +1017,7 @@ if arg then
c.write = _write
end
end
- if not args.input or args.flags["-i"] then
+ if args.flags["-i"] then
c:run('require "lib/core.nom"', "stdin")
while true do
local buff = ""