Macro stepper: made error printing more uniform
svn: r7892 original commit: f0567df7514e3d90822d8c72d37763c311c42f4d
This commit is contained in:
parent
6167d3b5a7
commit
5dda594bbe
|
@ -480,7 +480,7 @@
|
||||||
(protostep-definites step)
|
(protostep-definites step)
|
||||||
(protostep-frontier step))
|
(protostep-frontier step))
|
||||||
(separator step)
|
(separator step)
|
||||||
(send sbview add-text (exn-message (misstep-exn step)))
|
(send sbview add-error-text (exn-message (misstep-exn step)))
|
||||||
(send sbview add-text "\n")
|
(send sbview add-text "\n")
|
||||||
(when (exn:fail:syntax? (misstep-exn step))
|
(when (exn:fail:syntax? (misstep-exn step))
|
||||||
(for-each (lambda (e) (send sbview add-syntax e
|
(for-each (lambda (e) (send sbview add-syntax e
|
||||||
|
|
Loading…
Reference in New Issue
Block a user