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/vcomponent/util/parse-cal-path.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'module/vcomponent/util/parse-cal-path.scm') diff --git a/module/vcomponent/util/parse-cal-path.scm b/module/vcomponent/util/parse-cal-path.scm index 11a32064..df3fbf75 100644 --- a/module/vcomponent/util/parse-cal-path.scm +++ b/module/vcomponent/util/parse-cal-path.scm @@ -25,7 +25,10 @@ (prop comp '-X-HNH-DIRECTORY) path) comp)] [(block-special char-special fifo socket unknown symlink) - => (lambda (t) (error "Can't parse file of type " t))])) + => (lambda (t) (scm-error 'misc-error "parse-cal-path" + "Can't parse file of type ~s" + (list t) + #f))])) (unless (prop cal "NAME") (set! (prop cal "NAME") -- cgit v1.2.3