1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-22 03:30:22 +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 (begin
(newline (current-error-port)) (newline (current-error-port))
(display (display
"Type \"(backtrace)\" to get more information.\n" "Type \"(backtrace)\" to get more information or \"(debug)\" to enter the debugger.\n"
(current-error-port)) (current-error-port))
(set! has-shown-debugger-hint? #t))) (set! has-shown-debugger-hint? #t)))
(force-output (current-error-port))) (force-output (current-error-port)))