From 1fea5f8fe7b956cb942cd69e9f792bb891eb6d40 Mon Sep 17 00:00:00 2001 From: Michael Camilleri Date: Sun, 28 Feb 2021 14:23:17 +0900 Subject: [PATCH] Fix call to match in run-context --- src/boot/boot.janet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.