macro stepper: improved error reporting
svn: r8012 original commit: 58ffe9133ef9db1f68a5f86e9087691692248988
This commit is contained in:
parent
dde5fe4ce5
commit
6f59b261fd
|
@ -357,7 +357,7 @@
|
|||
|
||||
(define/private (show-internal-error-details exn)
|
||||
(case (message-box/custom "Macro stepper internal error"
|
||||
"Show error or dump debugging file."
|
||||
(format "Internal error:\n~a" (exn-message exn))
|
||||
"Show error"
|
||||
"Dump debugging file"
|
||||
"Cancel")
|
||||
|
|
Loading…
Reference in New Issue
Block a user