1
Fork 0
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:
Mikael Djurfeldt 2000-06-05 00:31:24 +00:00
parent 542bfe1de2
commit cb546c61ba

View file

@ -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)))