add debugging print out in shell-command-to-string
This commit is contained in:
parent
076164e4a0
commit
88dcc5b470
@ -44,6 +44,8 @@
|
||||
(wtpd (close-pipe port))
|
||||
(xval (status:exit-val wtpd)))
|
||||
(if (or (eqv? xval #f) (> xval 0)) (throw 'shell-command-error cmd str))
|
||||
(cond (shell-command-log
|
||||
(simple-format #t "shell-command-to-string result: ~a\n" str) (force-output)))
|
||||
str))
|
||||
;; handler
|
||||
(lambda (key cmd str)
|
||||
|
Loading…
x
Reference in New Issue
Block a user