From 5a32dfc9d2b5a5b873d57ecdbf29f68a136cb0b0 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sat, 28 Nov 2015 07:47:12 -0600 Subject: [PATCH] expose wrapped-exception introspect things for debugging --- eightsync/agenda.scm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/eightsync/agenda.scm b/eightsync/agenda.scm index 5865bba..9f54e17 100644 --- a/eightsync/agenda.scm +++ b/eightsync/agenda.scm @@ -67,6 +67,12 @@ catch-8sync catch-%8sync + ;; used for introspecting the error, but a method for making + ;; is not exposed + wrapped-exception? + wrapped-exception-key wrapped-exception-args + wrapped-exception-stacks + print-error-and-continue %current-agenda -- 2.31.1