Skip to content

Commit

Permalink
fix: do not show component contents in humanized error
Browse files Browse the repository at this point in the history
  • Loading branch information
armed committed Jun 8, 2022
1 parent 0bb3570 commit c89b3c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/k16/gx/beta/errors.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@
(defmethod humanize :normalize-node-component
[{:keys [internal-data] :as error}]
(humanize-error
error (tokenize "gx/component = " (:component internal-data)
"schema-error = " (:schema-error internal-data))))
error (tokenize "schema-error = " (:schema-error internal-data))))

(comment
(humanize {:message "Component schema error",
Expand Down

1 comment on commit c89b3c0

@vercel
Copy link

@vercel vercel bot commented on c89b3c0 Jun 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

gx – ./

gx-git-master-kepler16.vercel.app
gx-kepler16.vercel.app
gx.kepler16.com

Please sign in to comment.