aboutsummaryrefslogtreecommitdiff
path: root/nomsu.moon
diff options
context:
space:
mode:
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 1f5c05d..9ea8353 100755
--- a/nomsu.moon
+++ b/nomsu.moon
@@ -693,7 +693,7 @@ if arg
if args.flags["-p"]
c.write = _write
- if not args.input or args.flags["-i"]
+ if args.flags["-i"]
-- REPL
c\run('require "lib/core.nom"', "stdin")
while true