add another printf for drdr's consumption
This commit is contained in:
parent
ca457b0052
commit
e942bb1c3a
|
@ -470,6 +470,8 @@ added get-regions
|
|||
(with-handlers ((exn:fail?
|
||||
(λ (exn)
|
||||
(parameterize ((print-struct #t))
|
||||
(when (getenv "PLTDRDRTEST")
|
||||
(printf "colorer-driver: error ~a\n" (and (exn? exn) (exn-message exn))))
|
||||
((error-display-handler)
|
||||
(format "exception in colorer thread: ~s" exn)
|
||||
exn))
|
||||
|
|
Loading…
Reference in New Issue
Block a user