From fdb1c5e1f930daeaea88487a9d8cf1c3017f881e Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 31 Dec 2021 12:24:46 +0100 Subject: [PATCH] :paperclip: Minor changes on error report http handler. --- backend/src/app/http/debug.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/app/http/debug.clj b/backend/src/app/http/debug.clj index 1739a476d..1ec066886 100644 --- a/backend/src/app/http/debug.clj +++ b/backend/src/app/http/debug.clj @@ -115,7 +115,7 @@ (render-template [report] (binding [ppr/*print-right-margin* 300] - (let [context (dissoc report :trace :cause :params :data :spec-prob :spec-problems) + (let [context (dissoc report :trace :cause :params :data :spec-prob :spec-problems :error :explain) params {:context (with-out-str (ppr/pprint context)) :data (:data report) :trace (or (:cause report)