1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-20 10:17:40 +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

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.