Skip to content

Commit e263717

Browse files
committed
Add missing argument
1 parent 74888d9 commit e263717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cider/nrepl/middleware/debug.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ this map (identified by a key), and will `dissoc` it afterwards."}
290290
:causes [{:class "StackTrace"
291291
:message "Harmless user-requested stacktrace"
292292
:stacktrace (-> (Exception. "Dummy")
293-
(stacktrace/analyze-causes (:pprint-fn *msg*))
293+
(stacktrace/analyze-causes (:pprint-fn *msg*) (:print-options *msg*))
294294
last :stacktrace)}]}))
295295

296296
(def debug-commands

0 commit comments

Comments
 (0)