Skip to content

Commit

Permalink
Change error message printing to more pretty.
Browse files Browse the repository at this point in the history
  • Loading branch information
SaitoAtsushi committed Mar 15, 2015
1 parent e1c3cd9 commit 8c15714
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tl1/exception.sld
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
(lambda(irr)
(display irr (current-error-port))
(display " " (current-error-port)))
(tl1-error-irritants err)))
(tl1-error-irritants err))
(display "\n" (current-error-port)))
))

0 comments on commit 8c15714

Please sign in to comment.