Skip to content

Commit ebb0121

Browse files
author
dnolen
committed
CLJS-1140: typo in cljs.repl/repl, :need-prompt prompt instead of :need-prompt need-prompt
1 parent bc6f673 commit ebb0121

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/clj/cljs/repl.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,8 @@
674674
repl-opts
675675
opts
676676
{:init init
677-
:need-prompt prompt
677+
:prompt prompt
678+
:need-prompt need-prompt
678679
:flush flush
679680
:read read
680681
:print print

0 commit comments

Comments
 (0)