diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2017-10-20 15:17:57 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2017-10-20 15:17:57 -0700 |
| commit | 3d81837261ff0a3b3fba8d59243c06fee8d650f4 (patch) | |
| tree | bde89b9ae67eb2493eae61a4b449d330039132e5 /nomsu.moon | |
| parent | c6819cf1e96f471ef0c278c2063a02ab429094fe (diff) | |
Made it so nomsu only runs REPL with -i
Diffstat (limited to 'nomsu.moon')
| -rwxr-xr-x | nomsu.moon | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
