diff --git a/collects/framework/private/color.rkt b/collects/framework/private/color.rkt index 775e0508..c1b60070 100644 --- a/collects/framework/private/color.rkt +++ b/collects/framework/private/color.rkt @@ -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))