This commit is contained in:
2026-02-25 13:47:51 +01:00
parent ae432628f6
commit 58793f3a14
6 changed files with 37 additions and 4 deletions

View File

@@ -248,7 +248,7 @@
'jpg)
((string-suffix? mt "/png")
'png)
(else (error (format "mimetype not supported: ~a" mt)))
(else #f)
)
))