diff --git a/src/boot/boot.janet b/src/boot/boot.janet index 0b5400d6..95d6a363 100644 --- a/src/boot/boot.janet +++ b/src/boot/boot.janet @@ -2171,7 +2171,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.