diff --git a/private/format-utils.rkt b/private/format-utils.rkt index a43c587..bd69e5d 100644 --- a/private/format-utils.rkt +++ b/private/format-utils.rkt @@ -32,7 +32,7 @@ (coverage-cache-file path c file/str->byte-offset)) (lambda (loc #:byte? [byte? #f]) (hash-ref file-location-coverage-cache (if (not byte?) loc (- loc (file/byte->str-offset loc))) - (lambda () (error 'covered? "char ~s was not cache for file ~s" loc path))))) + 'missing))) ;; Path FileCoverage OffsetFunc -> [Hashof Natural Cover]