Skip to content

Commit 225e51a

Browse files
committed
typo
1 parent b827d95 commit 225e51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clj/cljs/repl.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@
353353
(defn- display-error
354354
([repl-env ret form opts]
355355
(display-error repl-env ret form (constantly nil) opts))
356-
([repl-env ret form f {:keys [print flush]}]
356+
([repl-env ret form f {:keys [print flush] :as opts}]
357357
(f)
358358
(when-let [value (:value ret)]
359359
(print value))

0 commit comments

Comments
 (0)