proper error message
svn: r11003
This commit is contained in:
parent
9fc26a84c9
commit
7ef5249fa5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user