proper error message

svn: r11003
This commit is contained in:
Eli Barzilay 2008-07-31 09:24:17 +00:00
parent 9fc26a84c9
commit 7ef5249fa5

View File

@ -122,7 +122,7 @@
(error "internal error: unexpected tooltip"))] (error "internal error: unexpected tooltip"))]
[else body])]) [else body])])
(values (compact-url href) (compact-body body)))] (values (compact-url href) (compact-body body)))]
[else (error "something bad happened")]))) [else (error "unexpected value rendered: ~e" e)])))
(define (lib->name lib) (define (lib->name lib)
(quote-string (let loop ([lib lib]) (quote-string (let loop ([lib lib])
(match lib (match lib