diff --git a/collects/web-server/lang/stuff-url.rkt b/collects/web-server/lang/stuff-url.rkt index 09e5f2083b..f058a9405f 100644 --- a/collects/web-server/lang/stuff-url.rkt +++ b/collects/web-server/lang/stuff-url.rkt @@ -44,12 +44,12 @@ (with-handlers ([(lambda (x) (and (exn:fail? x) - (regexp-match #rx"serialize: expected argument of type ; given (.*)" + (regexp-match #rx"serialize: expected argument of type ; given: (.*)" (exn-message x)))) (lambda (x) (define non (second - (regexp-match #rx"serialize: expected argument of type ; given (.*)" + (regexp-match #rx"serialize: expected argument of type ; given: (.*)" (exn-message x)))) (error 'stuff-url "Cannot stuff ~e into a URL because it contains non-serializable pieces. Convert ~a to a serializable struct"