error handling

This commit is contained in:
2026-08-12 15:54:32 +02:00
parent 90a2b1758d
commit e861f1f706
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
((_ command b1 ...)
((hash-ref git-commands 'command
(λ ()
(error "Not supported git command '~a" 'command)))
(error "Not a supported or recognized git command: " 'command)))
(list b1 ...)))
)
)
+1
View File
@@ -50,6 +50,7 @@
(define (std-process-git-result cmd result output out)
(displayln output)
(git-displ out)
(if result
result