Skip to content

Commit 1fea5f8

Browse files
committed
Fix call to match in run-context
1 parent d3e52a2 commit 1fea5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boot/boot.janet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2171,7 +2171,7 @@
21712171
(while parser-not-done
21722172
(if (env :exit) (break))
21732173
(buffer/clear buf)
2174-
(match (= (chunks buf p))
2174+
(match (chunks buf p)
21752175
:cancel
21762176
(do
21772177
# A :cancel chunk represents a cancelled form in the REPL, so reset.

0 commit comments

Comments
 (0)