Skip to content

Commit

Permalink
chore: error formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
armed committed Mar 27, 2024
1 parent 693fa8c commit 6796258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/k16/gx/beta/errors.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@

(defn- cause->str
[{:keys [data exception]}]
(str "cause" (when data (str "(data = " data ")")) ": "
(gather-error-messages exception)))
(str "cause" (when data (str "(data = " data ")")) " = '"
(gather-error-messages exception) "'"))

(defn humanize-error
[{:keys [node-key signal-key message causes]} & rest-of-error]
Expand Down

0 comments on commit 6796258

Please sign in to comment.