From 1da5a277188a954d881316cb605962ee66053285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 17 Mar 2022 22:14:18 +0100 Subject: Normalize errors. --- module/calp/entry-points/html.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/calp/entry-points/html.scm') diff --git a/module/calp/entry-points/html.scm b/module/calp/entry-points/html.scm index 61489a85..37b0285b 100644 --- a/module/calp/entry-points/html.scm +++ b/module/calp/entry-points/html.scm @@ -173,7 +173,7 @@ pre-start: (start-of-week start) post-end: (end-of-week (end-of-month start)))] [else - (error "Unknown html style: ~a" style)]) + (scm-error 'misc-error "html-main" "Unknown html style: ~a" (list style) #f)]) ((@ (calp util time) report-time!) "all done") ) -- cgit v1.2.3