added a little more info to message

svn: r5248
This commit is contained in:
Robby Findler 2007-01-07 20:29:09 +00:00
parent ff2769ad95
commit 9b56738700

View File

@ -221,8 +221,8 @@
title])
((error-display-handler)
(if (exn? x)
(format "~a" (exn-message x))
(format "uncaught exception: ~s" x))
(format "~a\n\n~a" title (exn-message x))
(format "~a\n\nuncaught exception: ~s" title x))
x)))