We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de77094 commit 4841c2eCopy full SHA for 4841c2e
fnl/conjure/client/guile/socket.fnl
@@ -78,7 +78,7 @@
78
(= "" (a.get-in msgs [1 :out])))
79
(a.assoc-in msgs [1 :out] (.. comment-prefix "Empty result")))
80
81
- (if opts.on-result
+ (when opts.on-result
82
(opts.on-result (str.join "\n" (format-message (a.last msgs)))))
83
(a.run! display-result msgs))
84
{:batch? true})))))
0 commit comments