mirror of
https://github.com/janet-lang/janet
synced 2025-11-13 13:57:19 +00:00
Add JANET_PATH back in.
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
(var *handleopts* true)
|
||||
(var *exit-on-error* true)
|
||||
|
||||
(if-let [jp (os/getenv "JANET_PATH")] (set module/*syspath* jp))
|
||||
|
||||
# Flag handlers
|
||||
(def handlers :private
|
||||
{"h" (fn [&]
|
||||
|
||||
Reference in New Issue
Block a user