Skip to content

Commit 6392b37

Browse files
committed
Merge branch 'master' of github.com:janet-lang/janet
2 parents 4fcc807 + b2d6a55 commit 6392b37

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
@@ -2169,7 +2169,7 @@
21692169
(while parser-not-done
21702170
(if (env :exit) (break))
21712171
(buffer/clear buf)
2172-
(match (= (chunks buf p))
2172+
(match (chunks buf p)
21732173
:cancel
21742174
(do
21752175
# A :cancel chunk represents a cancelled form in the REPL, so reset.

0 commit comments

Comments
 (0)