mirror of
https://github.com/janet-lang/janet
synced 2025-09-01 18:38:04 +00:00
Fix -e option.
This commit is contained in:
@@ -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 &]
|
||||
|
Reference in New Issue
Block a user