mirror of
https://github.com/janet-lang/janet
synced 2024-11-25 01:37:19 +00:00
Address #711 - don't persist (dyn :exit)
This commit is contained in:
parent
d687db71e7
commit
04ca945ecf
@ -2335,6 +2335,7 @@
|
|||||||
(when (= (p-status p) :error)
|
(when (= (p-status p) :error)
|
||||||
(parse-err p where)))
|
(parse-err p where)))
|
||||||
|
|
||||||
|
(put env :exit nil)
|
||||||
(in env :exit-value env))
|
(in env :exit-value env))
|
||||||
|
|
||||||
(defn quit
|
(defn quit
|
||||||
|
Loading…
Reference in New Issue
Block a user