Add missing Tufte stub function.
This commit is contained in:
parent
f4519a7779
commit
7df48d0599
1 changed files with 2 additions and 0 deletions
|
@ -12,3 +12,5 @@
|
||||||
|
|
||||||
(defmacro profile [options & forms]
|
(defmacro profile [options & forms]
|
||||||
`(do ~@forms))
|
`(do ~@forms))
|
||||||
|
|
||||||
|
(defn add-basic-println-handler! [args])
|
||||||
|
|
Loading…
Reference in a new issue