mirror of
https://github.com/janet-lang/janet
synced 2024-11-18 14:44:48 +00:00
Fix -e option.
This commit is contained in:
parent
9e6254bf56
commit
56927e1b81
@ -30,7 +30,7 @@
|
||||
"-" (fn [&] (set *handleopts* false) 1)
|
||||
"e" (fn [i &]
|
||||
(set *no-file* false)
|
||||
(eval (get process/args (+ i 1)))
|
||||
(eval-string (get process/args (+ i 1)))
|
||||
2)})
|
||||
|
||||
(defn- dohandler [n i &]
|
||||
|
Loading…
Reference in New Issue
Block a user