1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-25 22:53:16 +00:00

Merge branch 'master' of github.com:janet-lang/janet

This commit is contained in:
Calvin Rose 2021-02-28 13:05:05 -06:00
commit 6392b37c47

View File

@ -2169,7 +2169,7 @@
(while parser-not-done
(if (env :exit) (break))
(buffer/clear buf)
(match (= (chunks buf p))
(match (chunks buf p)
:cancel
(do
# A :cancel chunk represents a cancelled form in the REPL, so reset.