Skip to content

Commit

Permalink
fix halt solution rendering in :ide
Browse files Browse the repository at this point in the history
  • Loading branch information
gciatto committed Jan 19, 2021
1 parent a90a899 commit e2c2cc3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ sealed class SolutionView<T, S : Solution>(protected val solution: S) : VBox() {
query.isVisible = false
} else {
led.fill = COLOR_HALT
status.text = "halt:"
query.text = solution.exception.message
with(children) {
solution.exception.prologStackTrace.map { it.format(formatter) }.forEach {
Expand Down

0 comments on commit e2c2cc3

Please sign in to comment.