Skip to content

Commit 0e5c39f

Browse files
committed
Merge branch 'debug-flushing' of github.com:flatland/useful into develop
Conflicts: project.clj
2 parents 96f6650 + bdd3634 commit 0e5c39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flatland/useful/debug.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
wrap a form with ?, and the form will be printed alongside
2929
its result. The result will still be passed along."
3030
[val]
31-
(interrogate-form `(print) val))
31+
(interrogate-form `(#(do (print %) (flush))) val))
3232

3333
(defmacro ^{:dont-test "Complicated to test, and should work if ? does"}
3434
?!

0 commit comments

Comments
 (0)