mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-21 19:20:21 +02:00
* boot-9.scm (error-catching-loop): Inform about debugger on error.
This commit is contained in:
parent
542bfe1de2
commit
cb546c61ba
1 changed files with 1 additions and 1 deletions
|
@ -2342,7 +2342,7 @@
|
|||
(begin
|
||||
(newline (current-error-port))
|
||||
(display
|
||||
"Type \"(backtrace)\" to get more information.\n"
|
||||
"Type \"(backtrace)\" to get more information or \"(debug)\" to enter the debugger.\n"
|
||||
(current-error-port))
|
||||
(set! has-shown-debugger-hint? #t)))
|
||||
(force-output (current-error-port)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue