mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 14:21:10 +02:00
Print exception location only once.
Fixes a regression introduced in commit
39090e677e
.
* module/ice-9/boot-9.scm (exception-printers)[print-exception]: Remove
extraneous 'print-location' call.
This commit is contained in:
parent
81d2e35266
commit
b322ac67d3
1 changed files with 0 additions and 1 deletions
|
@ -886,7 +886,6 @@ for key @var{k}, then invoke @var{thunk}."
|
|||
(when name
|
||||
(format port "In procedure ~a:\n" name))))
|
||||
|
||||
(print-location frame port)
|
||||
(catch #t
|
||||
(lambda ()
|
||||
(let ((printer (assq-ref exception-printers key)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue