Skip to content

Commit 034fd31

Browse files
committed
Fix regression in --print <format> param.
1 parent a144d1b commit 034fd31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wisp.wisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"run an interactive wisp REPL (same as wisp with no params)")
7979
(.option "--print <format>"
8080
"use custom print output `expansion`,`forms`, `ast`, `js-ast` or (default) `code`"
81-
str
81+
(fn [x _] (str x))
8282
"code")
8383
(.option "--no-map"
8484
"disable source map generation")

0 commit comments

Comments
 (0)