mirror of
https://github.com/janet-lang/janet
synced 2024-11-20 07:34:49 +00:00
Merge branch 'master' of github.com:janet-lang/janet
This commit is contained in:
commit
6392b37c47
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user