More debug info

This commit is contained in:
2026-04-12 16:32:25 +02:00
parent 1b555da445
commit 1ca6e4e083

View File

@@ -197,6 +197,7 @@
(define (process-file context ext path out) (define (process-file context ext path out)
(let ((content (file->bytes path))) (let ((content (file->bytes path)))
(dbg-webview "path = ~a, number of bytes read: ~a" path (bytes-length content))
(display content out))) (display content out)))
(define (make-security-token) (define (make-security-token)