added a little more info to message
svn: r5248
This commit is contained in:
parent
ff2769ad95
commit
9b56738700
|
@ -221,8 +221,8 @@
|
||||||
title])
|
title])
|
||||||
((error-display-handler)
|
((error-display-handler)
|
||||||
(if (exn? x)
|
(if (exn? x)
|
||||||
(format "~a" (exn-message x))
|
(format "~a\n\n~a" title (exn-message x))
|
||||||
(format "uncaught exception: ~s" x))
|
(format "~a\n\nuncaught exception: ~s" title x))
|
||||||
x)))
|
x)))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user