bugfix dbg-webview without "~a"
This commit is contained in:
@@ -200,7 +200,7 @@
|
|||||||
(let ((content (file->bytes path)))
|
(let ((content (file->bytes path)))
|
||||||
(dbg-webview "path = ~a, number of bytes read: ~a" path (bytes-length content))
|
(dbg-webview "path = ~a, number of bytes read: ~a" path (bytes-length content))
|
||||||
(when (string-suffix? (format "~a" path) "stop.svg")
|
(when (string-suffix? (format "~a" path) "stop.svg")
|
||||||
(dbg-webview content))
|
(dbg-webview "~a" content))
|
||||||
(display content out)))
|
(display content out)))
|
||||||
|
|
||||||
(define (make-security-token)
|
(define (make-security-token)
|
||||||
|
|||||||
Reference in New Issue
Block a user