This commit is contained in:
2026-02-18 21:51:57 +01:00
parent 2ba08345f3
commit 10431f56ca
2 changed files with 3 additions and 3 deletions

View File

@@ -408,8 +408,8 @@
(define (convert-result result)
(let ((m (regexp-match re-generic-result result)))
(ww-debug result)
(ww-debug m)
(ww-debug (format "convert-result: ~a" result))
(ww-debug (format "match: ~a" m))
(if m
(let* ((ok (string=? (list-ref m 1) "OK"))
(kind (list-ref m 2))