1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 19:50:24 +02:00

error-handling tweak

* module/system/repl/error-handling.scm (call-with-error-handling):
  Remove extra newline.
This commit is contained in:
Andy Wingo 2010-07-15 12:46:02 +02:00
parent 41e49280f3
commit 45f84beaf1

View file

@ -97,7 +97,6 @@
subr msg args rest)) subr msg args rest))
(else (else
(format #t "Throw to key `~a' with args `~s'." key args))) (format #t "Throw to key `~a' with args `~s'." key args)))
(newline)
(format #t "Entering a new prompt. ") (format #t "Entering a new prompt. ")
(format #t "Type `,bt' for a backtrace or `,q' to continue.\n") (format #t "Type `,bt' for a backtrace or `,q' to continue.\n")
((@ (system repl repl) start-repl) #:debug debug)))))) ((@ (system repl repl) start-repl) #:debug debug))))))