1
0
mirror of https://github.com/janet-lang/janet synced 2026-01-13 18:32:41 +00:00

Fix -w flag with repl.

This commit is contained in:
Calvin Rose
2026-01-10 12:35:41 -06:00
parent cb355815ee
commit 70fb13eb48

View File

@@ -4882,7 +4882,7 @@
(setdyn *err-color* (if colorize true))
(setdyn *doc-color* (if colorize true))
(setdyn *lint-error* error-level)
(setdyn *lint-warn* error-level)
(setdyn *lint-warn* warn-level)
(when-let [profile.janet (dyn *profilepath*)]
(dofile profile.janet :exit true :env env)
(put env *current-file* nil))